Html Css Color HEX #768D2F Olive Drab

📋 copy color: '#768D2F'

red 118 ◦ green 141 ◦ blue 47

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

Shades of Olive Drab #768D2F

Tints of Olive Drab #768D2F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.08%

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 38.56%
G = 46.08%
B = 15.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#768D2F (or 0x768D2F) is known color: Olive Drab. HEX triplet: 76, 8D and 2F. RGB value is (118,141,47). Sum of RGB (Red+Green+Blue) = 118+141+47=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #768D2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768D2F is #8972D0. Grayscale: #7B7B7B. Windows color (decimal): -9007825 or 3116406. OLE color: 3116406.

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

Color convert

RGB 118 141 47 -
CMYK 0.16 0 0.67 0.45
HSL 74.68º 0.5% 0.37% -
HSV(B) 74.68º 0.67% 0.55% -
XYZ 17.51 23.11 6.23 -
YUV 123.41 84.88 124.14 -
System Red Green Blue C M Y K H S L
Decimal 118 141 47 0.16 0 0.67 0.45 74.68 0.5 0.37
Hex 76 8D 2F 10 0 43 2D 4B 32 25
Octal 166 215 57 20 0 103 55 113 62 45
Binary 1110110 10001101 101111 10000 0 1000011 101101 1001011 110010 100101

Color Harmonies of #768D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D2F

Black with #768D2F

Text Example


Text Example

White with #768D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,141,47); }

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

background-color css

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

 a { background-color: rgb(118,141,47); }

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

border-color css

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

 span { border-color: rgb(118,141,47); }

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