Html Css Color HEX #766300 Olive

📋 copy color: '#766300'

red 118 ◦ green 99 ◦ blue 0

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

Shades of Olive #766300

Tints of Olive #766300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.38%
G = 45.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#766300 (or 0x766300) is known color: Olive. HEX triplet: 76, 63 and 00. RGB value is (118,99,0). Sum of RGB (Red+Green+Blue) = 118+99+0=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #766300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766300 is #899CFF. Grayscale: #5D5D5D. Windows color (decimal): -9018624 or 25462. OLE color: 25462.

HSL color Cylindrical-coordinate representation of color #766300: hue angle of 50.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #766300 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 0 -
CMYK 0 0.16 1 0.54
HSL 50.34º 1% 0.23% -
HSV(B) 50.34º 1% 0.46% -
XYZ 11.93 12.78 1.84 -
YUV 93.4 75.29 145.55 -
System Red Green Blue C M Y K H S L
Decimal 118 99 0 0 0.16 1 0.54 50.34 1 0.23
Hex 76 63 0 0 10 64 36 32 64 17
Octal 166 143 0 0 20 144 66 62 144 27
Binary 1110110 1100011 0 0 10000 1100100 110110 110010 1100100 10111

Color Harmonies of #766300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766300

Black with #766300

Text Example


Text Example

White with #766300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766300; }

 p { color: rgb(118,99,0); }

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

background-color css

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

 a { background-color: rgb(118,99,0); }

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

border-color css

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

 span { border-color: rgb(118,99,0); }

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