Html Css Color HEX #8A9604 Olive

📋 copy color: '#8A9604'

red 138 ◦ green 150 ◦ blue 4

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

Shades of Olive #8A9604

Tints of Olive #8A9604

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.37%

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 47.26%
G = 51.37%
B = 1.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#8A9604 (or 0x8A9604) is known color: Olive. HEX triplet: 8A, 96 and 04. RGB value is (138,150,4). Sum of RGB (Red+Green+Blue) = 138+150+4=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9604 is #7569FB. Grayscale: #828282. Windows color (decimal): -7694844 or 300682. OLE color: 300682.

HSL color Cylindrical-coordinate representation of color #8A9604: hue angle of 64.93º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A9604 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 150 4 -
CMYK 0.08 0 0.97 0.41
HSL 64.93º 0.95% 0.3% -
HSV(B) 64.93º 0.97% 0.59% -
XYZ 21.41 27.22 4.24 -
YUV 129.77 57.02 133.87 -
System Red Green Blue C M Y K H S L
Decimal 138 150 4 0.08 0 0.97 0.41 64.93 0.95 0.3
Hex 8A 96 4 8 0 61 29 41 5F 1E
Octal 212 226 4 10 0 141 51 101 137 36
Binary 10001010 10010110 100 1000 0 1100001 101001 1000001 1011111 11110

Color Harmonies of #8A9604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9604

Black with #8A9604

Text Example


Text Example

White with #8A9604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,150,4); }

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

background-color css

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

 a { background-color: rgb(138,150,4); }

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

border-color css

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

 span { border-color: rgb(138,150,4); }

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