Html Css Color HEX #82780B Olive

📋 copy color: '#82780B'

red 130 ◦ green 120 ◦ blue 11

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

Shades of Olive #82780B

Tints of Olive #82780B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.21%

R = 49.81%
G = 45.98%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82780B (or 0x82780B) is known color: Olive. HEX triplet: 82, 78 and 0B. RGB value is (130,120,11). Sum of RGB (Red+Green+Blue) = 130+120+11=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82780B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82780B is #7D87F4. Grayscale: #6F6F6F. Windows color (decimal): -8226805 or 751746. OLE color: 751746.

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

Color convert

RGB 130 120 11 -
CMYK 0 0.08 0.92 0.49
HSL 54.96º 0.84% 0.28% -
HSV(B) 54.96º 0.92% 0.51% -
XYZ 15.98 18.2 2.99 -
YUV 110.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 130 120 11 0 0.08 0.92 0.49 54.96 0.84 0.28
Hex 82 78 B 0 8 5C 31 37 54 1C
Octal 202 170 13 0 10 134 61 67 124 34
Binary 10000010 1111000 1011 0 1000 1011100 110001 110111 1010100 11100

Color Harmonies of #82780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82780B

Black with #82780B

Text Example


Text Example

White with #82780B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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