Html Css Color HEX #766603 Olive

📋 copy color: '#766603'

red 118 ◦ green 102 ◦ blue 3

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

Shades of Olive #766603

Tints of Olive #766603

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.74%

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

R = 52.91%
G = 45.74%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#766603 (or 0x766603) is known color: Olive. HEX triplet: 76, 66 and 03. RGB value is (118,102,3). Sum of RGB (Red+Green+Blue) = 118+102+3=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #766603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766603 is #8999FC. Grayscale: #5F5F5F. Windows color (decimal): -9017853 or 222838. OLE color: 222838.

HSL color Cylindrical-coordinate representation of color #766603: hue angle of 51.65º 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 #766603 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 102 3 -
CMYK 0 0.14 0.97 0.54
HSL 51.65º 0.95% 0.24% -
HSV(B) 51.65º 0.97% 0.46% -
XYZ 12.24 13.36 2.02 -
YUV 95.5 75.8 144.05 -
System Red Green Blue C M Y K H S L
Decimal 118 102 3 0 0.14 0.97 0.54 51.65 0.95 0.24
Hex 76 66 3 0 E 61 36 34 5F 18
Octal 166 146 3 0 16 141 66 64 137 30
Binary 1110110 1100110 11 0 1110 1100001 110110 110100 1011111 11000

Color Harmonies of #766603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766603

Black with #766603

Text Example


Text Example

White with #766603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766603; }

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

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

background-color css

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

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

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

border-color css

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

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

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