Html Css Color HEX #766907 Olive

📋 copy color: '#766907'

red 118 ◦ green 105 ◦ blue 7

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

Shades of Olive #766907

Tints of Olive #766907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.04%

R = 51.3%
G = 45.65%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#766907 (or 0x766907) is known color: Olive. HEX triplet: 76, 69 and 07. RGB value is (118,105,7). Sum of RGB (Red+Green+Blue) = 118+105+7=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #766907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766907 is #8996F8. Grayscale: #626262. Windows color (decimal): -9017081 or 485750. OLE color: 485750.

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

Color convert

RGB 118 105 7 -
CMYK 0 0.11 0.94 0.54
HSL 52.97º 0.89% 0.25% -
HSV(B) 52.97º 0.94% 0.46% -
XYZ 12.56 13.97 2.24 -
YUV 97.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 118 105 7 0 0.11 0.94 0.54 52.97 0.89 0.25
Hex 76 69 7 0 B 5E 36 35 59 19
Octal 166 151 7 0 13 136 66 65 131 31
Binary 1110110 1101001 111 0 1011 1011110 110110 110101 1011001 11001

Color Harmonies of #766907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766907

Black with #766907

Text Example


Text Example

White with #766907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766907; }

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

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

background-color css

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

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

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

border-color css

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

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

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