Html Css Color HEX #827607 Olive

📋 copy color: '#827607'

red 130 ◦ green 118 ◦ blue 7

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

Shades of Olive #827607

Tints of Olive #827607

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.27%

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

R = 50.98%
G = 46.27%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#827607 (or 0x827607) is known color: Olive. HEX triplet: 82, 76 and 07. RGB value is (130,118,7). Sum of RGB (Red+Green+Blue) = 130+118+7=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #827607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827607 is #7D89F8. Grayscale: #6D6D6D. Windows color (decimal): -8227321 or 489090. OLE color: 489090.

HSL color Cylindrical-coordinate representation of color #827607: hue angle of 54.15º 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 #827607 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 118 7 -
CMYK 0 0.09 0.95 0.49
HSL 54.15º 0.9% 0.27% -
HSV(B) 54.15º 0.95% 0.51% -
XYZ 15.72 17.72 2.79 -
YUV 108.93 70.48 143.03 -
System Red Green Blue C M Y K H S L
Decimal 130 118 7 0 0.09 0.95 0.49 54.15 0.9 0.27
Hex 82 76 7 0 9 5F 31 36 5A 1B
Octal 202 166 7 0 11 137 61 66 132 33
Binary 10000010 1110110 111 0 1001 1011111 110001 110110 1011010 11011

Color Harmonies of #827607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827607

Black with #827607

Text Example


Text Example

White with #827607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827607; }

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

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

background-color css

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

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

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

border-color css

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

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

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