Html Css Color HEX #838008 Olive

📋 copy color: '#838008'

red 131 ◦ green 128 ◦ blue 8

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

Shades of Olive #838008

Tints of Olive #838008

RGB

 RED value IS 131 (51.56% from 255) = 49.06%

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

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

R = 49.06%
G = 47.94%
B = 3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#838008 (or 0x838008) is known color: Olive. HEX triplet: 83, 80 and 08. RGB value is (131,128,8). Sum of RGB (Red+Green+Blue) = 131+128+8=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #838008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838008 is #7C7FF7. Grayscale: #737373. Windows color (decimal): -8159224 or 557187. OLE color: 557187.

HSL color Cylindrical-coordinate representation of color #838008: hue angle of 58.54º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #838008 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 128 8 -
CMYK 0 0.02 0.94 0.49
HSL 58.54º 0.88% 0.27% -
HSV(B) 58.54º 0.94% 0.51% -
XYZ 17.12 20.28 3.24 -
YUV 115.22 67.49 139.26 -
System Red Green Blue C M Y K H S L
Decimal 131 128 8 0 0.02 0.94 0.49 58.54 0.88 0.27
Hex 83 80 8 0 2 5E 31 3B 58 1B
Octal 203 200 10 0 2 136 61 73 130 33
Binary 10000011 10000000 1000 0 10 1011110 110001 111011 1011000 11011

Color Harmonies of #838008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838008

Black with #838008

Text Example


Text Example

White with #838008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838008; }

 p { color: rgb(131,128,8); }

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

background-color css

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

 a { background-color: rgb(131,128,8); }

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

border-color css

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

 span { border-color: rgb(131,128,8); }

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