Html Css Color HEX #827608 Olive

📋 copy color: '#827608'

red 130 ◦ green 118 ◦ blue 8

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

Shades of Olive #827608

Tints of Olive #827608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.09%

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

R = 50.78%
G = 46.09%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#827608 (or 0x827608) is known color: Olive. HEX triplet: 82, 76 and 08. RGB value is (130,118,8). Sum of RGB (Red+Green+Blue) = 130+118+8=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #827608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827608 is #7D89F7. Grayscale: #6D6D6D. Windows color (decimal): -8227320 or 554626. OLE color: 554626.

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

Color convert

RGB 130 118 8 -
CMYK 0 0.09 0.94 0.49
HSL 54.1º 0.88% 0.27% -
HSV(B) 54.1º 0.94% 0.51% -
XYZ 15.73 17.72 2.82 -
YUV 109.05 70.98 142.94 -
System Red Green Blue C M Y K H S L
Decimal 130 118 8 0 0.09 0.94 0.49 54.1 0.88 0.27
Hex 82 76 8 0 9 5E 31 36 58 1B
Octal 202 166 10 0 11 136 61 66 130 33
Binary 10000010 1110110 1000 0 1001 1011110 110001 110110 1011000 11011

Color Harmonies of #827608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827608

Black with #827608

Text Example


Text Example

White with #827608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827608; }

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

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

background-color css

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

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

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

border-color css

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

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

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