Html Css Color HEX #827506 Olive

📋 copy color: '#827506'

red 130 ◦ green 117 ◦ blue 6

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

Shades of Olive #827506

Tints of Olive #827506

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.25%

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

R = 51.38%
G = 46.25%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#827506 (or 0x827506) is known color: Olive. HEX triplet: 82, 75 and 06. RGB value is (130,117,6). Sum of RGB (Red+Green+Blue) = 130+117+6=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #827506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827506 is #7D8AF9. Grayscale: #6C6C6C. Windows color (decimal): -8227578 or 423298. OLE color: 423298.

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

Color convert

RGB 130 117 6 -
CMYK 0 0.1 0.95 0.49
HSL 53.71º 0.91% 0.27% -
HSV(B) 53.71º 0.95% 0.51% -
XYZ 15.6 17.48 2.72 -
YUV 108.23 70.31 143.53 -
System Red Green Blue C M Y K H S L
Decimal 130 117 6 0 0.1 0.95 0.49 53.71 0.91 0.27
Hex 82 75 6 0 A 5F 31 36 5B 1B
Octal 202 165 6 0 12 137 61 66 133 33
Binary 10000010 1110101 110 0 1010 1011111 110001 110110 1011011 11011

Color Harmonies of #827506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827506

Black with #827506

Text Example


Text Example

White with #827506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827506; }

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

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

background-color css

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

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

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

border-color css

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

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

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