Html Css Color HEX #827D06 Olive

📋 copy color: '#827D06'

red 130 ◦ green 125 ◦ blue 6

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

Shades of Olive #827D06

Tints of Olive #827D06

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.89%

 BLUE value IS 6 (2.73% from 255) = 2.3%

R = 49.81%
G = 47.89%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#827D06 (or 0x827D06) is known color: Olive. HEX triplet: 82, 7D and 06. RGB value is (130,125,6). Sum of RGB (Red+Green+Blue) = 130+125+6=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #827D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827D06 is #7D82F9. Grayscale: #717171. Windows color (decimal): -8225530 or 425346. OLE color: 425346.

HSL color Cylindrical-coordinate representation of color #827D06: hue angle of 57.58º degrees, saturation: 0.91, 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 #827D06 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 125 6 -
CMYK 0 0.04 0.95 0.49
HSL 57.58º 0.91% 0.27% -
HSV(B) 57.58º 0.95% 0.51% -
XYZ 16.57 19.43 3.05 -
YUV 112.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 130 125 6 0 0.04 0.95 0.49 57.58 0.91 0.27
Hex 82 7D 6 0 4 5F 31 3A 5B 1B
Octal 202 175 6 0 4 137 61 72 133 33
Binary 10000010 1111101 110 0 100 1011111 110001 111010 1011011 11011

Color Harmonies of #827D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D06

Black with #827D06

Text Example


Text Example

White with #827D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,125,6); }

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

background-color css

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

 a { background-color: rgb(130,125,6); }

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

border-color css

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

 span { border-color: rgb(130,125,6); }

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