Html Css Color HEX #7A820A Olive

📋 copy color: '#7A820A'

red 122 ◦ green 130 ◦ blue 10

#7A820A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #7A820A

Tints of Olive #7A820A

RGB

 RED value IS 122 (48.05% from 255) = 46.56%

 GREEN value IS 130 (51.17% from 255) = 49.62%

 BLUE value IS 10 (4.3% from 255) = 3.82%

R = 46.56%
G = 49.62%
B = 3.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7A820A (or 0x7A820A) is known color: Olive. HEX triplet: 7A, 82 and 0A. RGB value is (122,130,10). Sum of RGB (Red+Green+Blue) = 122+130+10=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #7A820A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A820A is #857DF5. Grayscale: #727272. Windows color (decimal): -8748534 or 688762. OLE color: 688762.

HSL color Cylindrical-coordinate representation of color #7A820A: hue angle of 64º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A820A is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 130 10 -
CMYK 0.06 0 0.92 0.49
HSL 64º 0.86% 0.27% -
HSV(B) 64º 0.92% 0.51% -
XYZ 16.06 20.12 3.32 -
YUV 113.93 69.35 133.76 -
System Red Green Blue C M Y K H S L
Decimal 122 130 10 0.06 0 0.92 0.49 64 0.86 0.27
Hex 7A 82 A 6 0 5C 31 40 56 1B
Octal 172 202 12 6 0 134 61 100 126 33
Binary 1111010 10000010 1010 110 0 1011100 110001 1000000 1010110 11011

Color Harmonies of #7A820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A820A

Black with #7A820A

Text Example


Text Example

White with #7A820A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A820A; }

 p { color: rgb(122,130,10); }

 H1.HeaderClassName
 {
   color: #7A820A;
 }
 .AnyTagClassName
 {
   color: #7A820A;
 }
</style>

background-color css

<style>
 a { background-color: #7A820A; }

 a { background-color: rgb(122,130,10); }

 div.DivClassName
 {
   background-color: #7A820A;
 }
 .BgClassName
 {
   background-color: #7A820A;
 }
</style>

border-color css

<style>
 span { border-color: #7A820A; }

 span { border-color: rgb(122,130,10); }

 td.TdClassName
 {
   border-color: #7A820A;
 }
 .TagClassName
 {
   border-color: #7A820A;
 }
</style>