Html Css Color HEX #838708 Olive

📋 copy color: '#838708'

red 131 ◦ green 135 ◦ blue 8

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

Shades of Olive #838708

Tints of Olive #838708

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.27%

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

R = 47.81%
G = 49.27%
B = 2.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#838708 (or 0x838708) is known color: Olive. HEX triplet: 83, 87 and 08. RGB value is (131,135,8). Sum of RGB (Red+Green+Blue) = 131+135+8=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #838708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838708 is #7C78F7. Grayscale: #777777. Windows color (decimal): -8157432 or 558979. OLE color: 558979.

HSL color Cylindrical-coordinate representation of color #838708: hue angle of 61.89º 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 #838708 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 135 8 -
CMYK 0.03 0 0.94 0.47
HSL 61.89º 0.89% 0.28% -
HSV(B) 61.89º 0.94% 0.53% -
XYZ 18.07 22.17 3.56 -
YUV 119.33 65.17 136.33 -
System Red Green Blue C M Y K H S L
Decimal 131 135 8 0.03 0 0.94 0.47 61.89 0.89 0.28
Hex 83 87 8 3 0 5E 2F 3E 59 1C
Octal 203 207 10 3 0 136 57 76 131 34
Binary 10000011 10000111 1000 11 0 1011110 101111 111110 1011001 11100

Color Harmonies of #838708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838708

Black with #838708

Text Example


Text Example

White with #838708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838708; }

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

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

background-color css

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

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

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

border-color css

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

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

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