Html Css Color HEX #768B07 Olive

📋 copy color: '#768B07'

red 118 ◦ green 139 ◦ blue 7

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

Shades of Olive #768B07

Tints of Olive #768B07

RGB

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

 GREEN value IS 139 (54.69% from 255) = 52.65%

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

R = 44.7%
G = 52.65%
B = 2.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.45

RGB Variations

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

Color information

#768B07 (or 0x768B07) is known color: Olive. HEX triplet: 76, 8B and 07. RGB value is (118,139,7). Sum of RGB (Red+Green+Blue) = 118+139+7=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #768B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768B07 is #8974F8. Grayscale: #767676. Windows color (decimal): -9008377 or 494454. OLE color: 494454.

HSL color Cylindrical-coordinate representation of color #768B07: hue angle of 69.55º 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 #768B07 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 139 7 -
CMYK 0.15 0 0.95 0.45
HSL 69.55º 0.9% 0.29% -
HSV(B) 69.55º 0.95% 0.55% -
XYZ 16.74 22.33 3.63 -
YUV 117.67 65.54 128.23 -
System Red Green Blue C M Y K H S L
Decimal 118 139 7 0.15 0 0.95 0.45 69.55 0.9 0.29
Hex 76 8B 7 F 0 5F 2D 46 5A 1D
Octal 166 213 7 17 0 137 55 106 132 35
Binary 1110110 10001011 111 1111 0 1011111 101101 1000110 1011010 11101

Color Harmonies of #768B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B07

Black with #768B07

Text Example


Text Example

White with #768B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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