Html Css Color HEX #766901 Olive

📋 copy color: '#766901'

red 118 ◦ green 105 ◦ blue 1

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

Shades of Olive #766901

Tints of Olive #766901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.88%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 52.68%
G = 46.88%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#766901 (or 0x766901) is known color: Olive. HEX triplet: 76, 69 and 01. RGB value is (118,105,1). Sum of RGB (Red+Green+Blue) = 118+105+1=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #766901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766901 is #8996FE. Grayscale: #616161. Windows color (decimal): -9017087 or 92534. OLE color: 92534.

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

Color convert

RGB 118 105 1 -
CMYK 0 0.11 0.99 0.54
HSL 53.33º 0.98% 0.23% -
HSV(B) 53.33º 0.99% 0.46% -
XYZ 12.53 13.96 2.06 -
YUV 97.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 118 105 1 0 0.11 0.99 0.54 53.33 0.98 0.23
Hex 76 69 1 0 B 63 36 35 62 17
Octal 166 151 1 0 13 143 66 65 142 27
Binary 1110110 1101001 1 0 1011 1100011 110110 110101 1100010 10111

Color Harmonies of #766901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766901

Black with #766901

Text Example


Text Example

White with #766901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766901; }

 p { color: rgb(118,105,1); }

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

background-color css

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

 a { background-color: rgb(118,105,1); }

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

border-color css

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

 span { border-color: rgb(118,105,1); }

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