Html Css Color HEX #827706 Olive

📋 copy color: '#827706'

red 130 ◦ green 119 ◦ blue 6

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

Shades of Olive #827706

Tints of Olive #827706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.35%

R = 50.98%
G = 46.67%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#827706 (or 0x827706) is known color: Olive. HEX triplet: 82, 77 and 06. RGB value is (130,119,6). Sum of RGB (Red+Green+Blue) = 130+119+6=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #827706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827706 is #7D88F9. Grayscale: #6D6D6D. Windows color (decimal): -8227066 or 423810. OLE color: 423810.

HSL color Cylindrical-coordinate representation of color #827706: hue angle of 54.68º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #827706 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 119 6 -
CMYK 0 0.08 0.95 0.49
HSL 54.68º 0.91% 0.27% -
HSV(B) 54.68º 0.95% 0.51% -
XYZ 15.84 17.95 2.8 -
YUV 109.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 130 119 6 0 0.08 0.95 0.49 54.68 0.91 0.27
Hex 82 77 6 0 8 5F 31 37 5B 1B
Octal 202 167 6 0 10 137 61 67 133 33
Binary 10000010 1110111 110 0 1000 1011111 110001 110111 1011011 11011

Color Harmonies of #827706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827706

Black with #827706

Text Example


Text Example

White with #827706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827706; }

 p { color: rgb(130,119,6); }

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

background-color css

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

 a { background-color: rgb(130,119,6); }

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

border-color css

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

 span { border-color: rgb(130,119,6); }

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