Html Css Color HEX #768029 Trendy Green

📋 copy color: '#768029'

red 118 ◦ green 128 ◦ blue 41

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

Shades of Trendy Green #768029

Tints of Trendy Green #768029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.29%

R = 41.11%
G = 44.6%
B = 14.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#768029 (or 0x768029) is known color: Trendy Green. HEX triplet: 76, 80 and 29. RGB value is (118,128,41). Sum of RGB (Red+Green+Blue) = 118+128+41=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #768029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768029 is #897FD6. Grayscale: #737373. Windows color (decimal): -9011159 or 2719862. OLE color: 2719862.

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

Color convert

RGB 118 128 41 -
CMYK 0.08 0 0.68 0.50
HSL 66.9º 0.51% 0.33% -
HSV(B) 66.9º 0.68% 0.5% -
XYZ 15.59 19.45 5.03 -
YUV 115.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 118 128 41 0.08 0 0.68 0.50 66.9 0.51 0.33
Hex 76 80 29 8 0 44 32 43 33 21
Octal 166 200 51 10 0 104 62 103 63 41
Binary 1110110 10000000 101001 1000 0 1000100 110010 1000011 110011 100001

Color Harmonies of #768029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768029

Black with #768029

Text Example


Text Example

White with #768029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768029; }

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

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

background-color css

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

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

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

border-color css

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

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

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