Html Css Color HEX #75852D Trendy Green

📋 copy color: '#75852D'

red 117 ◦ green 133 ◦ blue 45

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

Shades of Trendy Green #75852D

Tints of Trendy Green #75852D

RGB

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

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

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

R = 39.66%
G = 45.08%
B = 15.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#75852D (or 0x75852D) is known color: Trendy Green. HEX triplet: 75, 85 and 2D. RGB value is (117,133,45). Sum of RGB (Red+Green+Blue) = 117+133+45=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #75852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75852D is #8A7AD2. Grayscale: #767676. Windows color (decimal): -9075411 or 2983285. OLE color: 2983285.

HSL color Cylindrical-coordinate representation of color #75852D: hue angle of 70.91º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75852D is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 45 -
CMYK 0.12 0 0.66 0.48
HSL 70.91º 0.49% 0.35% -
HSV(B) 70.91º 0.66% 0.52% -
XYZ 16.2 20.75 5.63 -
YUV 118.18 86.7 127.16 -
System Red Green Blue C M Y K H S L
Decimal 117 133 45 0.12 0 0.66 0.48 70.91 0.49 0.35
Hex 75 85 2D C 0 42 30 47 31 23
Octal 165 205 55 14 0 102 60 107 61 43
Binary 1110101 10000101 101101 1100 0 1000010 110000 1000111 110001 100011

Color Harmonies of #75852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75852D

Black with #75852D

Text Example


Text Example

White with #75852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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