Html Css Color HEX #766807 Olive

📋 copy color: '#766807'

red 118 ◦ green 104 ◦ blue 7

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

Shades of Olive #766807

Tints of Olive #766807

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.41%

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

R = 51.53%
G = 45.41%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#766807 (or 0x766807) is known color: Olive. HEX triplet: 76, 68 and 07. RGB value is (118,104,7). Sum of RGB (Red+Green+Blue) = 118+104+7=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #766807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766807 is #8997F8. Grayscale: #616161. Windows color (decimal): -9017337 or 485494. OLE color: 485494.

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

Color convert

RGB 118 104 7 -
CMYK 0 0.12 0.94 0.54
HSL 52.43º 0.89% 0.25% -
HSV(B) 52.43º 0.94% 0.46% -
XYZ 12.46 13.77 2.2 -
YUV 97.13 77.14 142.89 -
System Red Green Blue C M Y K H S L
Decimal 118 104 7 0 0.12 0.94 0.54 52.43 0.89 0.25
Hex 76 68 7 0 C 5E 36 34 59 19
Octal 166 150 7 0 14 136 66 64 131 31
Binary 1110110 1101000 111 0 1100 1011110 110110 110100 1011001 11001

Color Harmonies of #766807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766807

Black with #766807

Text Example


Text Example

White with #766807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766807; }

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

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

background-color css

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

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

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

border-color css

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

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

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