Html Css Color HEX #768B1D Trendy Green

📋 copy color: '#768B1D'

red 118 ◦ green 139 ◦ blue 29

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

Shades of Trendy Green #768B1D

Tints of Trendy Green #768B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.14%

R = 41.26%
G = 48.6%
B = 10.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#768B1D (or 0x768B1D) is known color: Trendy Green. HEX triplet: 76, 8B and 1D. RGB value is (118,139,29). Sum of RGB (Red+Green+Blue) = 118+139+29=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #768B1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B1D is #8974E2. Grayscale: #787878. Windows color (decimal): -9008355 or 1936246. OLE color: 1936246.

HSL color Cylindrical-coordinate representation of color #768B1D: hue angle of 71.45º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #768B1D is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 139 29 -
CMYK 0.15 0 0.79 0.45
HSL 71.45º 0.65% 0.33% -
HSV(B) 71.45º 0.79% 0.55% -
XYZ 16.93 22.41 4.6 -
YUV 120.18 76.54 126.44 -
System Red Green Blue C M Y K H S L
Decimal 118 139 29 0.15 0 0.79 0.45 71.45 0.65 0.33
Hex 76 8B 1D F 0 4F 2D 47 41 21
Octal 166 213 35 17 0 117 55 107 101 41
Binary 1110110 10001011 11101 1111 0 1001111 101101 1000111 1000001 100001

Color Harmonies of #768B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B1D

Black with #768B1D

Text Example


Text Example

White with #768B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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