Html Css Color HEX #768C07 Olive

📋 copy color: '#768C07'

red 118 ◦ green 140 ◦ blue 7

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

Shades of Olive #768C07

Tints of Olive #768C07

RGB

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

 GREEN value IS 140 (55.08% from 255) = 52.83%

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

R = 44.53%
G = 52.83%
B = 2.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.45

RGB Variations

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

Color information

#768C07 (or 0x768C07) is known color: Olive. HEX triplet: 76, 8C and 07. RGB value is (118,140,7). Sum of RGB (Red+Green+Blue) = 118+140+7=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #768C07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768C07 is #8973F8. Grayscale: #767676. Windows color (decimal): -9008121 or 494710. OLE color: 494710.

HSL color Cylindrical-coordinate representation of color #768C07: hue angle of 69.92º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #768C07 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 140 7 -
CMYK 0.16 0 0.95 0.45
HSL 69.92º 0.9% 0.29% -
HSV(B) 69.92º 0.95% 0.55% -
XYZ 16.89 22.62 3.68 -
YUV 118.26 65.21 127.81 -
System Red Green Blue C M Y K H S L
Decimal 118 140 7 0.16 0 0.95 0.45 69.92 0.9 0.29
Hex 76 8C 7 10 0 5F 2D 46 5A 1D
Octal 166 214 7 20 0 137 55 106 132 35
Binary 1110110 10001100 111 10000 0 1011111 101101 1000110 1011010 11101

Color Harmonies of #768C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C07

Black with #768C07

Text Example


Text Example

White with #768C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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