Html Css Color HEX #768015 Trendy Green

📋 copy color: '#768015'

red 118 ◦ green 128 ◦ blue 21

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

Shades of Trendy Green #768015

Tints of Trendy Green #768015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 44.19%
G = 47.94%
B = 7.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#768015 (or 0x768015) is known color: Trendy Green. HEX triplet: 76, 80 and 15. RGB value is (118,128,21). Sum of RGB (Red+Green+Blue) = 118+128+21=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #768015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768015 is #897FEA. Grayscale: #717171. Windows color (decimal): -9011179 or 1409142. OLE color: 1409142.

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

Color convert

RGB 118 128 21 -
CMYK 0.08 0 0.84 0.50
HSL 65.61º 0.72% 0.29% -
HSV(B) 65.61º 0.84% 0.5% -
XYZ 15.33 19.34 3.64 -
YUV 112.81 76.19 131.7 -
System Red Green Blue C M Y K H S L
Decimal 118 128 21 0.08 0 0.84 0.50 65.61 0.72 0.29
Hex 76 80 15 8 0 54 32 42 48 1D
Octal 166 200 25 10 0 124 62 102 110 35
Binary 1110110 10000000 10101 1000 0 1010100 110010 1000010 1001000 11101

Color Harmonies of #768015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768015

Black with #768015

Text Example


Text Example

White with #768015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768015; }

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

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

background-color css

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

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

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

border-color css

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

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

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