Html Css Color HEX #827602 Olive

📋 copy color: '#827602'

red 130 ◦ green 118 ◦ blue 2

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

Shades of Olive #827602

Tints of Olive #827602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 52%
G = 47.2%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#827602 (or 0x827602) is known color: Olive. HEX triplet: 82, 76 and 02. RGB value is (130,118,2). Sum of RGB (Red+Green+Blue) = 130+118+2=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #827602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827602 is #7D89FD. Grayscale: #6C6C6C. Windows color (decimal): -8227326 or 161410. OLE color: 161410.

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

Color convert

RGB 130 118 2 -
CMYK 0 0.09 0.98 0.49
HSL 54.38º 0.97% 0.26% -
HSV(B) 54.38º 0.98% 0.51% -
XYZ 15.7 17.71 2.65 -
YUV 108.36 67.98 143.43 -
System Red Green Blue C M Y K H S L
Decimal 130 118 2 0 0.09 0.98 0.49 54.38 0.97 0.26
Hex 82 76 2 0 9 62 31 36 61 1A
Octal 202 166 2 0 11 142 61 66 141 32
Binary 10000010 1110110 10 0 1001 1100010 110001 110110 1100001 11010

Color Harmonies of #827602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827602

Black with #827602

Text Example


Text Example

White with #827602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827602; }

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

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

background-color css

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

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

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

border-color css

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

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

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