Html Css Color HEX #888307 Olive

📋 copy color: '#888307'

red 136 ◦ green 131 ◦ blue 7

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

Shades of Olive #888307

Tints of Olive #888307

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.81%

 BLUE value IS 7 (3.13% from 255) = 2.55%

R = 49.64%
G = 47.81%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#888307 (or 0x888307) is known color: Olive. HEX triplet: 88, 83 and 07. RGB value is (136,131,7). Sum of RGB (Red+Green+Blue) = 136+131+7=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #888307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888307 is #777CF8. Grayscale: #767676. Windows color (decimal): -7830777 or 492424. OLE color: 492424.

HSL color Cylindrical-coordinate representation of color #888307: hue angle of 57.67º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #888307 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 131 7 -
CMYK 0 0.04 0.95 0.47
HSL 57.67º 0.9% 0.28% -
HSV(B) 57.67º 0.95% 0.53% -
XYZ 18.31 21.48 3.38 -
YUV 118.36 65.16 140.58 -
System Red Green Blue C M Y K H S L
Decimal 136 131 7 0 0.04 0.95 0.47 57.67 0.9 0.28
Hex 88 83 7 0 4 5F 2F 3A 5A 1C
Octal 210 203 7 0 4 137 57 72 132 34
Binary 10001000 10000011 111 0 100 1011111 101111 111010 1011010 11100

Color Harmonies of #888307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888307

Black with #888307

Text Example


Text Example

White with #888307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888307; }

 p { color: rgb(136,131,7); }

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

background-color css

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

 a { background-color: rgb(136,131,7); }

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

border-color css

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

 span { border-color: rgb(136,131,7); }

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