Html Css Color HEX #788228 Trendy Green

📋 copy color: '#788228'

red 120 ◦ green 130 ◦ blue 40

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

Shades of Trendy Green #788228

Tints of Trendy Green #788228

RGB

 RED value IS 120 (47.27% from 255) = 41.38%

 GREEN value IS 130 (51.17% from 255) = 44.83%

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

R = 41.38%
G = 44.83%
B = 13.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#788228 (or 0x788228) is known color: Trendy Green. HEX triplet: 78, 82 and 28. RGB value is (120,130,40). Sum of RGB (Red+Green+Blue) = 120+130+40=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #788228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788228 is #877DD7. Grayscale: #757575. Windows color (decimal): -8879576 or 2654840. OLE color: 2654840.

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

Color convert

RGB 120 130 40 -
CMYK 0.08 0 0.69 0.49
HSL 66.67º 0.53% 0.33% -
HSV(B) 66.67º 0.69% 0.51% -
XYZ 16.11 20.11 5.04 -
YUV 116.75 84.69 130.32 -
System Red Green Blue C M Y K H S L
Decimal 120 130 40 0.08 0 0.69 0.49 66.67 0.53 0.33
Hex 78 82 28 8 0 45 31 43 35 21
Octal 170 202 50 10 0 105 61 103 65 41
Binary 1111000 10000010 101000 1000 0 1000101 110001 1000011 110101 100001

Color Harmonies of #788228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788228

Black with #788228

Text Example


Text Example

White with #788228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788228; }

 p { color: rgb(120,130,40); }

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

background-color css

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

 a { background-color: rgb(120,130,40); }

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

border-color css

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

 span { border-color: rgb(120,130,40); }

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