Html Css Color HEX #768B10 Trendy Green

📋 copy color: '#768B10'

red 118 ◦ green 139 ◦ blue 16

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

Shades of Trendy Green #768B10

Tints of Trendy Green #768B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 43.22%
G = 50.92%
B = 5.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#768B10 (or 0x768B10) is known color: Trendy Green. HEX triplet: 76, 8B and 10. RGB value is (118,139,16). Sum of RGB (Red+Green+Blue) = 118+139+16=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #768B10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768B10 is #8974EF. Grayscale: #777777. Windows color (decimal): -9008368 or 1084278. OLE color: 1084278.

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

Color convert

RGB 118 139 16 -
CMYK 0.15 0 0.88 0.45
HSL 70.24º 0.79% 0.3% -
HSV(B) 70.24º 0.88% 0.55% -
XYZ 16.8 22.35 3.92 -
YUV 118.7 70.04 127.5 -
System Red Green Blue C M Y K H S L
Decimal 118 139 16 0.15 0 0.88 0.45 70.24 0.79 0.3
Hex 76 8B 10 F 0 58 2D 46 4F 1E
Octal 166 213 20 17 0 130 55 106 117 36
Binary 1110110 10001011 10000 1111 0 1011000 101101 1000110 1001111 11110

Color Harmonies of #768B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B10

Black with #768B10

Text Example


Text Example

White with #768B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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