Html Css Color HEX #8A790C Olive

📋 copy color: '#8A790C'

red 138 ◦ green 121 ◦ blue 12

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

Shades of Olive #8A790C

Tints of Olive #8A790C

RGB

 RED value IS 138 (54.3% from 255) = 50.92%

 GREEN value IS 121 (47.66% from 255) = 44.65%

 BLUE value IS 12 (5.08% from 255) = 4.43%

R = 50.92%
G = 44.65%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#8A790C (or 0x8A790C) is known color: Olive. HEX triplet: 8A, 79 and 0C. RGB value is (138,121,12). Sum of RGB (Red+Green+Blue) = 138+121+12=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A790C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A790C is #7586F3. Grayscale: #727272. Windows color (decimal): -7702260 or 817546. OLE color: 817546.

HSL color Cylindrical-coordinate representation of color #8A790C: hue angle of 51.9º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A790C is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 121 12 -
CMYK 0 0.12 0.91 0.46
HSL 51.9º 0.84% 0.29% -
HSV(B) 51.9º 0.91% 0.54% -
XYZ 17.38 19.1 3.12 -
YUV 113.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 138 121 12 0 0.12 0.91 0.46 51.9 0.84 0.29
Hex 8A 79 C 0 C 5B 2E 34 54 1D
Octal 212 171 14 0 14 133 56 64 124 35
Binary 10001010 1111001 1100 0 1100 1011011 101110 110100 1010100 11101

Color Harmonies of #8A790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A790C

Black with #8A790C

Text Example


Text Example

White with #8A790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A790C; }

 p { color: rgb(138,121,12); }

 H1.HeaderClassName
 {
   color: #8A790C;
 }
 .AnyTagClassName
 {
   color: #8A790C;
 }
</style>

background-color css

<style>
 a { background-color: #8A790C; }

 a { background-color: rgb(138,121,12); }

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

border-color css

<style>
 span { border-color: #8A790C; }

 span { border-color: rgb(138,121,12); }

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