Html Css Color HEX #768A28 Trendy Green

📋 copy color: '#768A28'

red 118 ◦ green 138 ◦ blue 40

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

Shades of Trendy Green #768A28

Tints of Trendy Green #768A28

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.62%

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

R = 39.86%
G = 46.62%
B = 13.51%

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

#768A28 (or 0x768A28) is known color: Trendy Green. HEX triplet: 76, 8A and 28. RGB value is (118,138,40). Sum of RGB (Red+Green+Blue) = 118+138+40=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 138 - color contains mainly: green. Hex color #768A28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768A28 is #8975D7. Grayscale: #797979. Windows color (decimal): -9008600 or 2656886. OLE color: 2656886.

HSL color Cylindrical-coordinate representation of color #768A28: hue angle of 72.24º 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 #768A28 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 138 40 -
CMYK 0.14 0 0.71 0.46
HSL 72.24º 0.55% 0.35% -
HSV(B) 72.24º 0.71% 0.54% -
XYZ 16.94 22.18 5.4 -
YUV 120.85 82.37 125.97 -
System Red Green Blue C M Y K H S L
Decimal 118 138 40 0.14 0 0.71 0.46 72.24 0.55 0.35
Hex 76 8A 28 E 0 47 2E 48 37 23
Octal 166 212 50 16 0 107 56 110 67 43
Binary 1110110 10001010 101000 1110 0 1000111 101110 1001000 110111 100011

Color Harmonies of #768A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768A28

Black with #768A28

Text Example


Text Example

White with #768A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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