Html Css Color HEX #778028 Trendy Green

📋 copy color: '#778028'

red 119 ◦ green 128 ◦ blue 40

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

Shades of Trendy Green #778028

Tints of Trendy Green #778028

RGB

 RED value IS 119 (46.88% from 255) = 41.46%

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

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

R = 41.46%
G = 44.6%
B = 13.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#778028 (or 0x778028) is known color: Trendy Green. HEX triplet: 77, 80 and 28. RGB value is (119,128,40). Sum of RGB (Red+Green+Blue) = 119+128+40=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #778028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778028 is #887FD7. Grayscale: #737373. Windows color (decimal): -8945624 or 2654327. OLE color: 2654327.

HSL color Cylindrical-coordinate representation of color #778028: hue angle of 66.14º 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 #778028 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 128 40 -
CMYK 0.07 0 0.69 0.50
HSL 66.14º 0.52% 0.33% -
HSV(B) 66.14º 0.69% 0.5% -
XYZ 15.71 19.51 4.95 -
YUV 115.28 85.52 130.66 -
System Red Green Blue C M Y K H S L
Decimal 119 128 40 0.07 0 0.69 0.50 66.14 0.52 0.33
Hex 77 80 28 7 0 45 32 42 34 21
Octal 167 200 50 7 0 105 62 102 64 41
Binary 1110111 10000000 101000 111 0 1000101 110010 1000010 110100 100001

Color Harmonies of #778028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778028

Black with #778028

Text Example


Text Example

White with #778028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778028; }

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

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

background-color css

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

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

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

border-color css

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

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

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