Html Css Color HEX #75822A Trendy Green

📋 copy color: '#75822A'

red 117 ◦ green 130 ◦ blue 42

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

Shades of Trendy Green #75822A

Tints of Trendy Green #75822A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.53%

R = 40.48%
G = 44.98%
B = 14.53%

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

#75822A (or 0x75822A) is known color: Trendy Green. HEX triplet: 75, 82 and 2A. RGB value is (117,130,42). Sum of RGB (Red+Green+Blue) = 117+130+42=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #75822A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75822A is #8A7DD5. Grayscale: #747474. Windows color (decimal): -9076182 or 2785909. OLE color: 2785909.

HSL color Cylindrical-coordinate representation of color #75822A: hue angle of 68.86º degrees, saturation: 0.51, 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 #75822A is Cyan = 0.1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 42 -
CMYK 0.1 0 0.68 0.49
HSL 68.86º 0.51% 0.34% -
HSV(B) 68.86º 0.68% 0.51% -
XYZ 15.74 19.91 5.2 -
YUV 116.08 86.19 128.66 -
System Red Green Blue C M Y K H S L
Decimal 117 130 42 0.1 0 0.68 0.49 68.86 0.51 0.34
Hex 75 82 2A A 0 44 31 45 33 22
Octal 165 202 52 12 0 104 61 105 63 42
Binary 1110101 10000010 101010 1010 0 1000100 110001 1000101 110011 100010

Color Harmonies of #75822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75822A

Black with #75822A

Text Example


Text Example

White with #75822A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75822A; }

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

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

background-color css

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

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

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

border-color css

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

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

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