Html Css Color HEX #768913 Trendy Green

📋 copy color: '#768913'

red 118 ◦ green 137 ◦ blue 19

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

Shades of Trendy Green #768913

Tints of Trendy Green #768913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50%

 BLUE value IS 19 (7.81% from 255) = 6.93%

R = 43.07%
G = 50%
B = 6.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#768913 (or 0x768913) is known color: Trendy Green. HEX triplet: 76, 89 and 13. RGB value is (118,137,19). Sum of RGB (Red+Green+Blue) = 118+137+19=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #768913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768913 is #8976EC. Grayscale: #767676. Windows color (decimal): -9008877 or 1280374. OLE color: 1280374.

HSL color Cylindrical-coordinate representation of color #768913: hue angle of 69.66º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #768913 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 137 19 -
CMYK 0.14 0 0.86 0.46
HSL 69.66º 0.76% 0.31% -
HSV(B) 69.66º 0.86% 0.54% -
XYZ 16.53 21.79 3.95 -
YUV 117.87 72.21 128.09 -
System Red Green Blue C M Y K H S L
Decimal 118 137 19 0.14 0 0.86 0.46 69.66 0.76 0.31
Hex 76 89 13 E 0 56 2E 46 4C 1F
Octal 166 211 23 16 0 126 56 106 114 37
Binary 1110110 10001001 10011 1110 0 1010110 101110 1000110 1001100 11111

Color Harmonies of #768913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768913

Black with #768913

Text Example


Text Example

White with #768913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768913; }

 p { color: rgb(118,137,19); }

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

background-color css

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

 a { background-color: rgb(118,137,19); }

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

border-color css

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

 span { border-color: rgb(118,137,19); }

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