Html Css Color HEX #768710 Trendy Green

📋 copy color: '#768710'

red 118 ◦ green 135 ◦ blue 16

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

Shades of Trendy Green #768710

Tints of Trendy Green #768710

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.19%

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

R = 43.87%
G = 50.19%
B = 5.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#768710 (or 0x768710) is known color: Trendy Green. HEX triplet: 76, 87 and 10. RGB value is (118,135,16). Sum of RGB (Red+Green+Blue) = 118+135+16=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #768710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768710 is #8978EF. Grayscale: #747474. Windows color (decimal): -9009392 or 1083254. OLE color: 1083254.

HSL color Cylindrical-coordinate representation of color #768710: hue angle of 68.57º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #768710 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 135 16 -
CMYK 0.13 0 0.88 0.47
HSL 68.57º 0.79% 0.3% -
HSV(B) 68.57º 0.88% 0.53% -
XYZ 16.23 21.22 3.73 -
YUV 116.35 71.37 129.18 -
System Red Green Blue C M Y K H S L
Decimal 118 135 16 0.13 0 0.88 0.47 68.57 0.79 0.3
Hex 76 87 10 D 0 58 2F 45 4F 1E
Octal 166 207 20 15 0 130 57 105 117 36
Binary 1110110 10000111 10000 1101 0 1011000 101111 1000101 1001111 11110

Color Harmonies of #768710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768710

Black with #768710

Text Example


Text Example

White with #768710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768710; }

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

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

background-color css

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

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

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

border-color css

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

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

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