Html Css Color HEX #778525 Trendy Green

📋 copy color: '#778525'

red 119 ◦ green 133 ◦ blue 37

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

Shades of Trendy Green #778525

Tints of Trendy Green #778525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.02%

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 41.18%
G = 46.02%
B = 12.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#778525 (or 0x778525) is known color: Trendy Green. HEX triplet: 77, 85 and 25. RGB value is (119,133,37). Sum of RGB (Red+Green+Blue) = 119+133+37=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #778525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778525 is #887ADA. Grayscale: #767676. Windows color (decimal): -8944347 or 2458999. OLE color: 2458999.

HSL color Cylindrical-coordinate representation of color #778525: hue angle of 68.75º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #778525 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 133 37 -
CMYK 0.11 0 0.72 0.48
HSL 68.75º 0.56% 0.33% -
HSV(B) 68.75º 0.72% 0.52% -
XYZ 16.33 20.83 4.91 -
YUV 117.87 82.36 128.81 -
System Red Green Blue C M Y K H S L
Decimal 119 133 37 0.11 0 0.72 0.48 68.75 0.56 0.33
Hex 77 85 25 B 0 48 30 45 38 21
Octal 167 205 45 13 0 110 60 105 70 41
Binary 1110111 10000101 100101 1011 0 1001000 110000 1000101 111000 100001

Color Harmonies of #778525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778525

Black with #778525

Text Example


Text Example

White with #778525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778525; }

 p { color: rgb(119,133,37); }

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

background-color css

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

 a { background-color: rgb(119,133,37); }

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

border-color css

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

 span { border-color: rgb(119,133,37); }

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