Html Css Color HEX #75822D Trendy Green

📋 copy color: '#75822D'

red 117 ◦ green 130 ◦ blue 45

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

Shades of Trendy Green #75822D

Tints of Trendy Green #75822D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.41%

R = 40.07%
G = 44.52%
B = 15.41%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#75822D (or 0x75822D) is known color: Trendy Green. HEX triplet: 75, 82 and 2D. RGB value is (117,130,45). Sum of RGB (Red+Green+Blue) = 117+130+45=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #75822D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75822D is #8A7DD2. Grayscale: #747474. Windows color (decimal): -9076179 or 2982517. OLE color: 2982517.

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

Color convert

RGB 117 130 45 -
CMYK 0.1 0 0.65 0.49
HSL 69.18º 0.49% 0.34% -
HSV(B) 69.18º 0.65% 0.51% -
XYZ 15.79 19.94 5.5 -
YUV 116.42 87.69 128.41 -
System Red Green Blue C M Y K H S L
Decimal 117 130 45 0.1 0 0.65 0.49 69.18 0.49 0.34
Hex 75 82 2D A 0 41 31 45 31 22
Octal 165 202 55 12 0 101 61 105 61 42
Binary 1110101 10000010 101101 1010 0 1000001 110001 1000101 110001 100010

Color Harmonies of #75822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75822D

Black with #75822D

Text Example


Text Example

White with #75822D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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