Html Css Color HEX #75841F Trendy Green

📋 copy color: '#75841F'

red 117 ◦ green 132 ◦ blue 31

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

Shades of Trendy Green #75841F

Tints of Trendy Green #75841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.14%

 BLUE value IS 31 (12.5% from 255) = 11.07%

R = 41.79%
G = 47.14%
B = 11.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#75841F (or 0x75841F) is known color: Trendy Green. HEX triplet: 75, 84 and 1F. RGB value is (117,132,31). Sum of RGB (Red+Green+Blue) = 117+132+31=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #75841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75841F is #8A7BE0. Grayscale: #747474. Windows color (decimal): -9075681 or 2065525. OLE color: 2065525.

HSL color Cylindrical-coordinate representation of color #75841F: hue angle of 68.91º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75841F is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 132 31 -
CMYK 0.11 0 0.77 0.48
HSL 68.91º 0.62% 0.32% -
HSV(B) 68.91º 0.77% 0.52% -
XYZ 15.83 20.38 4.4 -
YUV 116 80.03 128.71 -
System Red Green Blue C M Y K H S L
Decimal 117 132 31 0.11 0 0.77 0.48 68.91 0.62 0.32
Hex 75 84 1F B 0 4D 30 45 3E 20
Octal 165 204 37 13 0 115 60 105 76 40
Binary 1110101 10000100 11111 1011 0 1001101 110000 1000101 111110 100000

Color Harmonies of #75841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75841F

Black with #75841F

Text Example


Text Example

White with #75841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,132,31); }

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

background-color css

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

 a { background-color: rgb(117,132,31); }

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

border-color css

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

 span { border-color: rgb(117,132,31); }

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