Html Css Color HEX #827E06 Olive

📋 copy color: '#827E06'

red 130 ◦ green 126 ◦ blue 6

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

Shades of Olive #827E06

Tints of Olive #827E06

RGB

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

 GREEN value IS 126 (49.61% from 255) = 48.09%

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

R = 49.62%
G = 48.09%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#827E06 (or 0x827E06) is known color: Olive. HEX triplet: 82, 7E and 06. RGB value is (130,126,6). Sum of RGB (Red+Green+Blue) = 130+126+6=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 126 (49.61% from 255 or 48.09% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #827E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827E06 is #7D81F9. Grayscale: #717171. Windows color (decimal): -8225274 or 425602. OLE color: 425602.

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

Color convert

RGB 130 126 6 -
CMYK 0 0.03 0.95 0.49
HSL 58.06º 0.91% 0.27% -
HSV(B) 58.06º 0.95% 0.51% -
XYZ 16.7 19.68 3.09 -
YUV 113.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 130 126 6 0 0.03 0.95 0.49 58.06 0.91 0.27
Hex 82 7E 6 0 3 5F 31 3A 5B 1B
Octal 202 176 6 0 3 137 61 72 133 33
Binary 10000010 1111110 110 0 11 1011111 110001 111010 1011011 11011

Color Harmonies of #827E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E06

Black with #827E06

Text Example


Text Example

White with #827E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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