Html Css Color HEX #766403 Olive

📋 copy color: '#766403'

red 118 ◦ green 100 ◦ blue 3

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

Shades of Olive #766403

Tints of Olive #766403

RGB

 RED value IS 118 (46.48% from 255) = 53.39%

 GREEN value IS 100 (39.45% from 255) = 45.25%

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

R = 53.39%
G = 45.25%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#766403 (or 0x766403) is known color: Olive. HEX triplet: 76, 64 and 03. RGB value is (118,100,3). Sum of RGB (Red+Green+Blue) = 118+100+3=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #766403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766403 is #899BFC. Grayscale: #5E5E5E. Windows color (decimal): -9018365 or 222326. OLE color: 222326.

HSL color Cylindrical-coordinate representation of color #766403: hue angle of 50.61º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #766403 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 3 -
CMYK 0 0.15 0.97 0.54
HSL 50.61º 0.95% 0.24% -
HSV(B) 50.61º 0.97% 0.46% -
XYZ 12.04 12.97 1.96 -
YUV 94.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 118 100 3 0 0.15 0.97 0.54 50.61 0.95 0.24
Hex 76 64 3 0 F 61 36 33 5F 18
Octal 166 144 3 0 17 141 66 63 137 30
Binary 1110110 1100100 11 0 1111 1100001 110110 110011 1011111 11000

Color Harmonies of #766403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766403

Black with #766403

Text Example


Text Example

White with #766403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766403; }

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

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

background-color css

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

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

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

border-color css

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

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

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