Html Css Color HEX #82780C Olive

📋 copy color: '#82780C'

red 130 ◦ green 120 ◦ blue 12

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

Shades of Olive #82780C

Tints of Olive #82780C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.8%

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

R = 49.62%
G = 45.8%
B = 4.58%

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

#82780C (or 0x82780C) is known color: Olive. HEX triplet: 82, 78 and 0C. RGB value is (130,120,12). Sum of RGB (Red+Green+Blue) = 130+120+12=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82780C is #7D87F3. Grayscale: #6F6F6F. Windows color (decimal): -8226804 or 817282. OLE color: 817282.

HSL color Cylindrical-coordinate representation of color #82780C: hue angle of 54.92º 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 #82780C is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 120 12 -
CMYK 0 0.08 0.91 0.49
HSL 54.92º 0.83% 0.28% -
HSV(B) 54.92º 0.91% 0.51% -
XYZ 15.99 18.21 3.02 -
YUV 110.68 72.31 141.78 -
System Red Green Blue C M Y K H S L
Decimal 130 120 12 0 0.08 0.91 0.49 54.92 0.83 0.28
Hex 82 78 C 0 8 5B 31 37 53 1C
Octal 202 170 14 0 10 133 61 67 123 34
Binary 10000010 1111000 1100 0 1000 1011011 110001 110111 1010011 11100

Color Harmonies of #82780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82780C

Black with #82780C

Text Example


Text Example

White with #82780C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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