Html Css Color HEX #75822F Trendy Green

📋 copy color: '#75822F'

red 117 ◦ green 130 ◦ blue 47

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

Shades of Trendy Green #75822F

Tints of Trendy Green #75822F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 39.8%
G = 44.22%
B = 15.99%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#75822F (or 0x75822F) is known color: Trendy Green. HEX triplet: 75, 82 and 2F. RGB value is (117,130,47). Sum of RGB (Red+Green+Blue) = 117+130+47=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #75822F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75822F is #8A7DD0. Grayscale: #747474. Windows color (decimal): -9076177 or 3113589. OLE color: 3113589.

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

Color convert

RGB 117 130 47 -
CMYK 0.1 0 0.64 0.49
HSL 69.4º 0.47% 0.35% -
HSV(B) 69.4º 0.64% 0.51% -
XYZ 15.83 19.95 5.71 -
YUV 116.65 88.69 128.25 -
System Red Green Blue C M Y K H S L
Decimal 117 130 47 0.1 0 0.64 0.49 69.4 0.47 0.35
Hex 75 82 2F A 0 40 31 45 2F 23
Octal 165 202 57 12 0 100 61 105 57 43
Binary 1110101 10000010 101111 1010 0 1000000 110001 1000101 101111 100011

Color Harmonies of #75822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75822F

Black with #75822F

Text Example


Text Example

White with #75822F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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