Html Css Color HEX #82770C Olive

📋 copy color: '#82770C'

red 130 ◦ green 119 ◦ blue 12

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

Shades of Olive #82770C

Tints of Olive #82770C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.6%

R = 49.81%
G = 45.59%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82770C (or 0x82770C) is known color: Olive. HEX triplet: 82, 77 and 0C. RGB value is (130,119,12). Sum of RGB (Red+Green+Blue) = 130+119+12=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82770C is #7D88F3. Grayscale: #6E6E6E. Windows color (decimal): -8227060 or 817026. OLE color: 817026.

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

Color convert

RGB 130 119 12 -
CMYK 0 0.08 0.91 0.49
HSL 54.41º 0.83% 0.28% -
HSV(B) 54.41º 0.91% 0.51% -
XYZ 15.87 17.97 2.98 -
YUV 110.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 130 119 12 0 0.08 0.91 0.49 54.41 0.83 0.28
Hex 82 77 C 0 8 5B 31 36 53 1C
Octal 202 167 14 0 10 133 61 66 123 34
Binary 10000010 1110111 1100 0 1000 1011011 110001 110110 1010011 11100

Color Harmonies of #82770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82770C

Black with #82770C

Text Example


Text Example

White with #82770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82770C; }

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

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

background-color css

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

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

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

border-color css

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

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

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