Html Css Color HEX #827A10 Olive

📋 copy color: '#827A10'

red 130 ◦ green 122 ◦ blue 16

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

Shades of Olive #827A10

Tints of Olive #827A10

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.52%

 BLUE value IS 16 (6.64% from 255) = 5.97%

R = 48.51%
G = 45.52%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#827A10 (or 0x827A10) is known color: Olive. HEX triplet: 82, 7A and 10. RGB value is (130,122,16). Sum of RGB (Red+Green+Blue) = 130+122+16=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #827A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A10 is #7D85EF. Grayscale: #707070. Windows color (decimal): -8226288 or 1079938. OLE color: 1079938.

HSL color Cylindrical-coordinate representation of color #827A10: hue angle of 55.79º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #827A10 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 16 -
CMYK 0 0.06 0.88 0.49
HSL 55.79º 0.78% 0.29% -
HSV(B) 55.79º 0.88% 0.51% -
XYZ 16.26 18.7 3.24 -
YUV 112.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 130 122 16 0 0.06 0.88 0.49 55.79 0.78 0.29
Hex 82 7A 10 0 6 58 31 38 4E 1D
Octal 202 172 20 0 6 130 61 70 116 35
Binary 10000010 1111010 10000 0 110 1011000 110001 111000 1001110 11101

Color Harmonies of #827A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A10

Black with #827A10

Text Example


Text Example

White with #827A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827A10; }

 p { color: rgb(130,122,16); }

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

background-color css

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

 a { background-color: rgb(130,122,16); }

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

border-color css

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

 span { border-color: rgb(130,122,16); }

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