Html Css Color HEX #768928 Trendy Green

📋 copy color: '#768928'

red 118 ◦ green 137 ◦ blue 40

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

Shades of Trendy Green #768928

Tints of Trendy Green #768928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.56%

R = 40%
G = 46.44%
B = 13.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#768928 (or 0x768928) is known color: Trendy Green. HEX triplet: 76, 89 and 28. RGB value is (118,137,40). Sum of RGB (Red+Green+Blue) = 118+137+40=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #768928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768928 is #8976D7. Grayscale: #787878. Windows color (decimal): -9008856 or 2656630. OLE color: 2656630.

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

Color convert

RGB 118 137 40 -
CMYK 0.14 0 0.71 0.46
HSL 71.75º 0.55% 0.35% -
HSV(B) 71.75º 0.71% 0.54% -
XYZ 16.8 21.9 5.35 -
YUV 120.26 82.71 126.39 -
System Red Green Blue C M Y K H S L
Decimal 118 137 40 0.14 0 0.71 0.46 71.75 0.55 0.35
Hex 76 89 28 E 0 47 2E 48 37 23
Octal 166 211 50 16 0 107 56 110 67 43
Binary 1110110 10001001 101000 1110 0 1000111 101110 1001000 110111 100011

Color Harmonies of #768928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768928

Black with #768928

Text Example


Text Example

White with #768928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768928; }

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

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

background-color css

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

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

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

border-color css

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

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

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