Html Css Color HEX #827008 Olive

📋 copy color: '#827008'

red 130 ◦ green 112 ◦ blue 8

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

Shades of Olive #827008

Tints of Olive #827008

RGB

 RED value IS 130 (51.17% from 255) = 52%

 GREEN value IS 112 (44.14% from 255) = 44.8%

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

R = 52%
G = 44.8%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#827008 (or 0x827008) is known color: Olive. HEX triplet: 82, 70 and 08. RGB value is (130,112,8). Sum of RGB (Red+Green+Blue) = 130+112+8=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #827008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827008 is #7D8FF7. Grayscale: #696969. Windows color (decimal): -8228856 or 553090. OLE color: 553090.

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

Color convert

RGB 130 112 8 -
CMYK 0 0.14 0.94 0.49
HSL 51.15º 0.88% 0.27% -
HSV(B) 51.15º 0.94% 0.51% -
XYZ 15.04 16.35 2.59 -
YUV 105.53 72.96 145.46 -
System Red Green Blue C M Y K H S L
Decimal 130 112 8 0 0.14 0.94 0.49 51.15 0.88 0.27
Hex 82 70 8 0 E 5E 31 33 58 1B
Octal 202 160 10 0 16 136 61 63 130 33
Binary 10000010 1110000 1000 0 1110 1011110 110001 110011 1011000 11011

Color Harmonies of #827008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827008

Black with #827008

Text Example


Text Example

White with #827008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827008; }

 p { color: rgb(130,112,8); }

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

background-color css

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

 a { background-color: rgb(130,112,8); }

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

border-color css

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

 span { border-color: rgb(130,112,8); }

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