Html Css Color HEX #888C06 Olive

📋 copy color: '#888C06'

red 136 ◦ green 140 ◦ blue 6

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

Shades of Olive #888C06

Tints of Olive #888C06

RGB

 RED value IS 136 (53.52% from 255) = 48.23%

 GREEN value IS 140 (55.08% from 255) = 49.65%

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

R = 48.23%
G = 49.65%
B = 2.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#888C06 (or 0x888C06) is known color: Olive. HEX triplet: 88, 8C and 06. RGB value is (136,140,6). Sum of RGB (Red+Green+Blue) = 136+140+6=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #888C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888C06 is #7773F9. Grayscale: #7C7C7C. Windows color (decimal): -7828474 or 429192. OLE color: 429192.

HSL color Cylindrical-coordinate representation of color #888C06: hue angle of 61.79º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #888C06 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 140 6 -
CMYK 0.03 0 0.96 0.45
HSL 61.79º 0.92% 0.29% -
HSV(B) 61.79º 0.96% 0.55% -
XYZ 19.56 24 3.77 -
YUV 123.53 61.67 136.9 -
System Red Green Blue C M Y K H S L
Decimal 136 140 6 0.03 0 0.96 0.45 61.79 0.92 0.29
Hex 88 8C 6 3 0 60 2D 3E 5C 1D
Octal 210 214 6 3 0 140 55 76 134 35
Binary 10001000 10001100 110 11 0 1100000 101101 111110 1011100 11101

Color Harmonies of #888C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888C06

Black with #888C06

Text Example


Text Example

White with #888C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888C06; }

 p { color: rgb(136,140,6); }

 H1.HeaderClassName
 {
   color: #888C06;
 }
 .AnyTagClassName
 {
   color: #888C06;
 }
</style>

background-color css

<style>
 a { background-color: #888C06; }

 a { background-color: rgb(136,140,6); }

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

border-color css

<style>
 span { border-color: #888C06; }

 span { border-color: rgb(136,140,6); }

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