Html Css Color HEX #838609 Olive

📋 copy color: '#838609'

red 131 ◦ green 134 ◦ blue 9

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

Shades of Olive #838609

Tints of Olive #838609

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.91%

 BLUE value IS 9 (3.91% from 255) = 3.28%

R = 47.81%
G = 48.91%
B = 3.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#838609 (or 0x838609) is known color: Olive. HEX triplet: 83, 86 and 09. RGB value is (131,134,9). Sum of RGB (Red+Green+Blue) = 131+134+9=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #838609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838609 is #7C79F6. Grayscale: #777777. Windows color (decimal): -8157687 or 624259. OLE color: 624259.

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

Color convert

RGB 131 134 9 -
CMYK 0.02 0 0.93 0.47
HSL 61.44º 0.87% 0.28% -
HSV(B) 61.44º 0.93% 0.53% -
XYZ 17.93 21.9 3.54 -
YUV 118.85 66.01 136.66 -
System Red Green Blue C M Y K H S L
Decimal 131 134 9 0.02 0 0.93 0.47 61.44 0.87 0.28
Hex 83 86 9 2 0 5D 2F 3D 57 1C
Octal 203 206 11 2 0 135 57 75 127 34
Binary 10000011 10000110 1001 10 0 1011101 101111 111101 1010111 11100

Color Harmonies of #838609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838609

Black with #838609

Text Example


Text Example

White with #838609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838609; }

 p { color: rgb(131,134,9); }

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

background-color css

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

 a { background-color: rgb(131,134,9); }

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

border-color css

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

 span { border-color: rgb(131,134,9); }

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