Html Css Color HEX #768013 Trendy Green

📋 copy color: '#768013'

red 118 ◦ green 128 ◦ blue 19

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

Shades of Trendy Green #768013

Tints of Trendy Green #768013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.3%

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

R = 44.53%
G = 48.3%
B = 7.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#768013 (or 0x768013) is known color: Trendy Green. HEX triplet: 76, 80 and 13. RGB value is (118,128,19). Sum of RGB (Red+Green+Blue) = 118+128+19=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #768013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768013 is #897FEC. Grayscale: #717171. Windows color (decimal): -9011181 or 1278070. OLE color: 1278070.

HSL color Cylindrical-coordinate representation of color #768013: hue angle of 65.5º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #768013 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 19 -
CMYK 0.08 0 0.85 0.50
HSL 65.5º 0.74% 0.29% -
HSV(B) 65.5º 0.85% 0.5% -
XYZ 15.31 19.34 3.54 -
YUV 112.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 118 128 19 0.08 0 0.85 0.50 65.5 0.74 0.29
Hex 76 80 13 8 0 55 32 42 4A 1D
Octal 166 200 23 10 0 125 62 102 112 35
Binary 1110110 10000000 10011 1000 0 1010101 110010 1000010 1001010 11101

Color Harmonies of #768013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768013

Black with #768013

Text Example


Text Example

White with #768013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768013; }

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

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

background-color css

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

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

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

border-color css

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

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

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