Html Css Color HEX #837700 Olive

📋 copy color: '#837700'

red 131 ◦ green 119 ◦ blue 0

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

Shades of Olive #837700

Tints of Olive #837700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.4%
G = 47.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#837700 (or 0x837700) is known color: Olive. HEX triplet: 83, 77 and 00. RGB value is (131,119,0). Sum of RGB (Red+Green+Blue) = 131+119+0=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #837700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837700 is #7C88FF. Grayscale: #6D6D6D. Windows color (decimal): -8161536 or 30595. OLE color: 30595.

HSL color Cylindrical-coordinate representation of color #837700: hue angle of 54.5º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #837700 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 119 0 -
CMYK 0 0.09 1 0.49
HSL 54.5º 1% 0.26% -
HSV(B) 54.5º 1% 0.51% -
XYZ 15.96 18.02 2.64 -
YUV 109.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 131 119 0 0 0.09 1 0.49 54.5 1 0.26
Hex 83 77 0 0 9 64 31 37 64 1A
Octal 203 167 0 0 11 144 61 67 144 32
Binary 10000011 1110111 0 0 1001 1100100 110001 110111 1100100 11010

Color Harmonies of #837700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837700

Black with #837700

Text Example


Text Example

White with #837700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837700; }

 p { color: rgb(131,119,0); }

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

background-color css

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

 a { background-color: rgb(131,119,0); }

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

border-color css

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

 span { border-color: rgb(131,119,0); }

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