Html Css Color HEX #75831D Trendy Green

📋 copy color: '#75831D'

red 117 ◦ green 131 ◦ blue 29

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

Shades of Trendy Green #75831D

Tints of Trendy Green #75831D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.29%

 BLUE value IS 29 (11.72% from 255) = 10.47%

R = 42.24%
G = 47.29%
B = 10.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#75831D (or 0x75831D) is known color: Trendy Green. HEX triplet: 75, 83 and 1D. RGB value is (117,131,29). Sum of RGB (Red+Green+Blue) = 117+131+29=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #75831D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75831D is #8A7CE2. Grayscale: #737373. Windows color (decimal): -9075939 or 1934197. OLE color: 1934197.

HSL color Cylindrical-coordinate representation of color #75831D: hue angle of 68.24º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75831D is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 131 29 -
CMYK 0.11 0 0.78 0.49
HSL 68.24º 0.64% 0.31% -
HSV(B) 68.24º 0.78% 0.51% -
XYZ 15.67 20.1 4.22 -
YUV 115.19 79.36 129.29 -
System Red Green Blue C M Y K H S L
Decimal 117 131 29 0.11 0 0.78 0.49 68.24 0.64 0.31
Hex 75 83 1D B 0 4E 31 44 40 1F
Octal 165 203 35 13 0 116 61 104 100 37
Binary 1110101 10000011 11101 1011 0 1001110 110001 1000100 1000000 11111

Color Harmonies of #75831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75831D

Black with #75831D

Text Example


Text Example

White with #75831D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,131,29); }

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

background-color css

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

 a { background-color: rgb(117,131,29); }

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

border-color css

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

 span { border-color: rgb(117,131,29); }

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