Html Css Color HEX #8A8E08 Olive

📋 copy color: '#8A8E08'

red 138 ◦ green 142 ◦ blue 8

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

Shades of Olive #8A8E08

Tints of Olive #8A8E08

RGB

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

 GREEN value IS 142 (55.86% from 255) = 49.31%

 BLUE value IS 8 (3.52% from 255) = 2.78%

R = 47.92%
G = 49.31%
B = 2.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8A8E08 (or 0x8A8E08) is known color: Olive. HEX triplet: 8A, 8E and 08. RGB value is (138,142,8). Sum of RGB (Red+Green+Blue) = 138+142+8=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 142 (55.86% from 255 or 49.31% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8E08 is #7571F7. Grayscale: #7E7E7E. Windows color (decimal): -7696888 or 560778. OLE color: 560778.

HSL color Cylindrical-coordinate representation of color #8A8E08: hue angle of 61.79º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A8E08 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 142 8 -
CMYK 0.03 0 0.94 0.44
HSL 61.79º 0.89% 0.29% -
HSV(B) 61.79º 0.94% 0.56% -
XYZ 20.2 24.77 3.95 -
YUV 125.53 61.67 136.9 -
System Red Green Blue C M Y K H S L
Decimal 138 142 8 0.03 0 0.94 0.44 61.79 0.89 0.29
Hex 8A 8E 8 3 0 5E 2C 3E 59 1D
Octal 212 216 10 3 0 136 54 76 131 35
Binary 10001010 10001110 1000 11 0 1011110 101100 111110 1011001 11101

Color Harmonies of #8A8E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8E08

Black with #8A8E08

Text Example


Text Example

White with #8A8E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,142,8); }

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

background-color css

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

 a { background-color: rgb(138,142,8); }

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

border-color css

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

 span { border-color: rgb(138,142,8); }

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