Html Css Color HEX #766905 Olive

📋 copy color: '#766905'

red 118 ◦ green 105 ◦ blue 5

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

Shades of Olive #766905

Tints of Olive #766905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.19%

R = 51.75%
G = 46.05%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#766905 (or 0x766905) is known color: Olive. HEX triplet: 76, 69 and 05. RGB value is (118,105,5). Sum of RGB (Red+Green+Blue) = 118+105+5=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #766905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766905 is #8996FA. Grayscale: #616161. Windows color (decimal): -9017083 or 354678. OLE color: 354678.

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

Color convert

RGB 118 105 5 -
CMYK 0 0.11 0.96 0.54
HSL 53.1º 0.92% 0.24% -
HSV(B) 53.1º 0.96% 0.46% -
XYZ 12.55 13.97 2.18 -
YUV 97.49 75.81 142.63 -
System Red Green Blue C M Y K H S L
Decimal 118 105 5 0 0.11 0.96 0.54 53.1 0.92 0.24
Hex 76 69 5 0 B 60 36 35 5C 18
Octal 166 151 5 0 13 140 66 65 134 30
Binary 1110110 1101001 101 0 1011 1100000 110110 110101 1011100 11000

Color Harmonies of #766905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766905

Black with #766905

Text Example


Text Example

White with #766905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766905; }

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

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

background-color css

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

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

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

border-color css

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

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

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