Html Css Color HEX #8A8006 Olive

📋 copy color: '#8A8006'

red 138 ◦ green 128 ◦ blue 6

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

Shades of Olive #8A8006

Tints of Olive #8A8006

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.06%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 50.74%
G = 47.06%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#8A8006 (or 0x8A8006) is known color: Olive. HEX triplet: 8A, 80 and 06. RGB value is (138,128,6). Sum of RGB (Red+Green+Blue) = 138+128+6=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8006 is #757FF9. Grayscale: #757575. Windows color (decimal): -7700474 or 426122. OLE color: 426122.

HSL color Cylindrical-coordinate representation of color #8A8006: hue angle of 55.45º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A8006 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 128 6 -
CMYK 0 0.07 0.96 0.46
HSL 55.45º 0.92% 0.28% -
HSV(B) 55.45º 0.96% 0.54% -
XYZ 18.23 20.85 3.24 -
YUV 117.08 65.31 142.92 -
System Red Green Blue C M Y K H S L
Decimal 138 128 6 0 0.07 0.96 0.46 55.45 0.92 0.28
Hex 8A 80 6 0 7 60 2E 37 5C 1C
Octal 212 200 6 0 7 140 56 67 134 34
Binary 10001010 10000000 110 0 111 1100000 101110 110111 1011100 11100

Color Harmonies of #8A8006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8006

Black with #8A8006

Text Example


Text Example

White with #8A8006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,128,6); }

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

background-color css

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

 a { background-color: rgb(138,128,6); }

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

border-color css

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

 span { border-color: rgb(138,128,6); }

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