Html Css Color HEX #82830C Olive

📋 copy color: '#82830C'

red 130 ◦ green 131 ◦ blue 12

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

Shades of Olive #82830C

Tints of Olive #82830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.99%

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

R = 47.62%
G = 47.99%
B = 4.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82830C (or 0x82830C) is known color: Olive. HEX triplet: 82, 83 and 0C. RGB value is (130,131,12). Sum of RGB (Red+Green+Blue) = 130+131+12=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #82830C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82830C is #7D7CF3. Grayscale: #757575. Windows color (decimal): -8223988 or 820098. OLE color: 820098.

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

Color convert

RGB 130 131 12 -
CMYK 0.01 0 0.91 0.49
HSL 60.5º 0.83% 0.28% -
HSV(B) 60.5º 0.91% 0.51% -
XYZ 17.39 21 3.49 -
YUV 117.14 68.67 137.18 -
System Red Green Blue C M Y K H S L
Decimal 130 131 12 0.01 0 0.91 0.49 60.5 0.83 0.28
Hex 82 83 C 1 0 5B 31 3D 53 1C
Octal 202 203 14 1 0 133 61 75 123 34
Binary 10000010 10000011 1100 1 0 1011011 110001 111101 1010011 11100

Color Harmonies of #82830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82830C

Black with #82830C

Text Example


Text Example

White with #82830C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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