Html Css Color HEX #838808 Olive

📋 copy color: '#838808'

red 131 ◦ green 136 ◦ blue 8

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

Shades of Olive #838808

Tints of Olive #838808

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.45%

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

R = 47.64%
G = 49.45%
B = 2.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#838808 (or 0x838808) is known color: Olive. HEX triplet: 83, 88 and 08. RGB value is (131,136,8). Sum of RGB (Red+Green+Blue) = 131+136+8=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #838808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838808 is #7C77F7. Grayscale: #787878. Windows color (decimal): -8157176 or 559235. OLE color: 559235.

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

Color convert

RGB 131 136 8 -
CMYK 0.04 0 0.94 0.47
HSL 62.34º 0.89% 0.28% -
HSV(B) 62.34º 0.94% 0.53% -
XYZ 18.21 22.45 3.6 -
YUV 119.91 64.84 135.91 -
System Red Green Blue C M Y K H S L
Decimal 131 136 8 0.04 0 0.94 0.47 62.34 0.89 0.28
Hex 83 88 8 4 0 5E 2F 3E 59 1C
Octal 203 210 10 4 0 136 57 76 131 34
Binary 10000011 10001000 1000 100 0 1011110 101111 111110 1011001 11100

Color Harmonies of #838808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838808

Black with #838808

Text Example


Text Example

White with #838808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838808; }

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

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

background-color css

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

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

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

border-color css

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

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

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