Html Css Color HEX #827603 Olive

📋 copy color: '#827603'

red 130 ◦ green 118 ◦ blue 3

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

Shades of Olive #827603

Tints of Olive #827603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 51.79%
G = 47.01%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#827603 (or 0x827603) is known color: Olive. HEX triplet: 82, 76 and 03. RGB value is (130,118,3). Sum of RGB (Red+Green+Blue) = 130+118+3=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #827603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827603 is #7D89FC. Grayscale: #6C6C6C. Windows color (decimal): -8227325 or 226946. OLE color: 226946.

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

Color convert

RGB 130 118 3 -
CMYK 0 0.09 0.98 0.49
HSL 54.33º 0.95% 0.26% -
HSV(B) 54.33º 0.98% 0.51% -
XYZ 15.7 17.71 2.68 -
YUV 108.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 130 118 3 0 0.09 0.98 0.49 54.33 0.95 0.26
Hex 82 76 3 0 9 62 31 36 5F 1A
Octal 202 166 3 0 11 142 61 66 137 32
Binary 10000010 1110110 11 0 1001 1100010 110001 110110 1011111 11010

Color Harmonies of #827603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827603

Black with #827603

Text Example


Text Example

White with #827603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827603; }

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

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

background-color css

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

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

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

border-color css

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

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

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