Html Css Color HEX #768028 Trendy Green

📋 copy color: '#768028'

red 118 ◦ green 128 ◦ blue 40

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

Shades of Trendy Green #768028

Tints of Trendy Green #768028

RGB

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

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

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

R = 41.26%
G = 44.76%
B = 13.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#768028 (or 0x768028) is known color: Trendy Green. HEX triplet: 76, 80 and 28. RGB value is (118,128,40). Sum of RGB (Red+Green+Blue) = 118+128+40=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #768028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768028 is #897FD7. Grayscale: #737373. Windows color (decimal): -9011160 or 2654326. OLE color: 2654326.

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

Color convert

RGB 118 128 40 -
CMYK 0.08 0 0.69 0.50
HSL 66.82º 0.52% 0.33% -
HSV(B) 66.82º 0.69% 0.5% -
XYZ 15.57 19.44 4.94 -
YUV 114.98 85.69 130.16 -
System Red Green Blue C M Y K H S L
Decimal 118 128 40 0.08 0 0.69 0.50 66.82 0.52 0.33
Hex 76 80 28 8 0 45 32 43 34 21
Octal 166 200 50 10 0 105 62 103 64 41
Binary 1110110 10000000 101000 1000 0 1000101 110010 1000011 110100 100001

Color Harmonies of #768028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768028

Black with #768028

Text Example


Text Example

White with #768028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768028; }

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

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

background-color css

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

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

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

border-color css

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

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

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