Html Css Color HEX #758229 Trendy Green

📋 copy color: '#758229'

red 117 ◦ green 130 ◦ blue 41

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

Shades of Trendy Green #758229

Tints of Trendy Green #758229

RGB

 RED value IS 117 (46.09% from 255) = 40.63%

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

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

R = 40.63%
G = 45.14%
B = 14.24%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#758229 (or 0x758229) is known color: Trendy Green. HEX triplet: 75, 82 and 29. RGB value is (117,130,41). Sum of RGB (Red+Green+Blue) = 117+130+41=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #758229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758229 is #8A7DD6. Grayscale: #747474. Windows color (decimal): -9076183 or 2720373. OLE color: 2720373.

HSL color Cylindrical-coordinate representation of color #758229: hue angle of 68.76º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #758229 is Cyan = 0.1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 41 -
CMYK 0.1 0 0.68 0.49
HSL 68.76º 0.52% 0.34% -
HSV(B) 68.76º 0.68% 0.51% -
XYZ 15.72 19.91 5.11 -
YUV 115.97 85.69 128.74 -
System Red Green Blue C M Y K H S L
Decimal 117 130 41 0.1 0 0.68 0.49 68.76 0.52 0.34
Hex 75 82 29 A 0 44 31 45 34 22
Octal 165 202 51 12 0 104 61 105 64 42
Binary 1110101 10000010 101001 1010 0 1000100 110001 1000101 110100 100010

Color Harmonies of #758229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758229

Black with #758229

Text Example


Text Example

White with #758229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758229; }

 p { color: rgb(117,130,41); }

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

background-color css

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

 a { background-color: rgb(117,130,41); }

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

border-color css

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

 span { border-color: rgb(117,130,41); }

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