Html Css Color HEX #827605 Olive

📋 copy color: '#827605'

red 130 ◦ green 118 ◦ blue 5

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

Shades of Olive #827605

Tints of Olive #827605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 51.38%
G = 46.64%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#827605 (or 0x827605) is known color: Olive. HEX triplet: 82, 76 and 05. RGB value is (130,118,5). Sum of RGB (Red+Green+Blue) = 130+118+5=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #827605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827605 is #7D89FA. Grayscale: #6D6D6D. Windows color (decimal): -8227323 or 358018. OLE color: 358018.

HSL color Cylindrical-coordinate representation of color #827605: hue angle of 54.24º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #827605 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 118 5 -
CMYK 0 0.09 0.96 0.49
HSL 54.24º 0.93% 0.26% -
HSV(B) 54.24º 0.96% 0.51% -
XYZ 15.71 17.71 2.73 -
YUV 108.71 69.48 143.19 -
System Red Green Blue C M Y K H S L
Decimal 130 118 5 0 0.09 0.96 0.49 54.24 0.93 0.26
Hex 82 76 5 0 9 60 31 36 5D 1A
Octal 202 166 5 0 11 140 61 66 135 32
Binary 10000010 1110110 101 0 1001 1100000 110001 110110 1011101 11010

Color Harmonies of #827605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827605

Black with #827605

Text Example


Text Example

White with #827605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827605; }

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

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

background-color css

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

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

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

border-color css

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

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

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