Html Css Color HEX #827407 Olive

📋 copy color: '#827407'

red 130 ◦ green 116 ◦ blue 7

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

Shades of Olive #827407

Tints of Olive #827407

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.85%

 BLUE value IS 7 (3.13% from 255) = 2.77%

R = 51.38%
G = 45.85%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#827407 (or 0x827407) is known color: Olive. HEX triplet: 82, 74 and 07. RGB value is (130,116,7). Sum of RGB (Red+Green+Blue) = 130+116+7=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #827407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827407 is #7D8BF8. Grayscale: #6C6C6C. Windows color (decimal): -8227833 or 488578. OLE color: 488578.

HSL color Cylindrical-coordinate representation of color #827407: hue angle of 53.17º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #827407 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 116 7 -
CMYK 0 0.11 0.95 0.49
HSL 53.17º 0.9% 0.27% -
HSV(B) 53.17º 0.95% 0.51% -
XYZ 15.49 17.25 2.71 -
YUV 107.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 130 116 7 0 0.11 0.95 0.49 53.17 0.9 0.27
Hex 82 74 7 0 B 5F 31 35 5A 1B
Octal 202 164 7 0 13 137 61 65 132 33
Binary 10000010 1110100 111 0 1011 1011111 110001 110101 1011010 11011

Color Harmonies of #827407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827407

Black with #827407

Text Example


Text Example

White with #827407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827407; }

 p { color: rgb(130,116,7); }

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

background-color css

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

 a { background-color: rgb(130,116,7); }

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

border-color css

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

 span { border-color: rgb(130,116,7); }

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