Html Css Color HEX #768B0F Trendy Green

📋 copy color: '#768B0F'

red 118 ◦ green 139 ◦ blue 15

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

Shades of Trendy Green #768B0F

Tints of Trendy Green #768B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 43.38%
G = 51.1%
B = 5.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#768B0F (or 0x768B0F) is known color: Trendy Green. HEX triplet: 76, 8B and 0F. RGB value is (118,139,15). Sum of RGB (Red+Green+Blue) = 118+139+15=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #768B0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768B0F is #8974F0. Grayscale: #777777. Windows color (decimal): -9008369 or 1018742. OLE color: 1018742.

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

Color convert

RGB 118 139 15 -
CMYK 0.15 0 0.89 0.45
HSL 70.16º 0.81% 0.3% -
HSV(B) 70.16º 0.89% 0.55% -
XYZ 16.79 22.35 3.88 -
YUV 118.59 69.54 127.58 -
System Red Green Blue C M Y K H S L
Decimal 118 139 15 0.15 0 0.89 0.45 70.16 0.81 0.3
Hex 76 8B F F 0 59 2D 46 51 1E
Octal 166 213 17 17 0 131 55 106 121 36
Binary 1110110 10001011 1111 1111 0 1011001 101101 1000110 1010001 11110

Color Harmonies of #768B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B0F

Black with #768B0F

Text Example


Text Example

White with #768B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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