Html Css Color HEX #75831E Trendy Green

📋 copy color: '#75831E'

red 117 ◦ green 131 ◦ blue 30

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

Shades of Trendy Green #75831E

Tints of Trendy Green #75831E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 42.09%
G = 47.12%
B = 10.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#75831E (or 0x75831E) is known color: Trendy Green. HEX triplet: 75, 83 and 1E. RGB value is (117,131,30). Sum of RGB (Red+Green+Blue) = 117+131+30=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #75831E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75831E is #8A7CE1. Grayscale: #737373. Windows color (decimal): -9075938 or 1999733. OLE color: 1999733.

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

Color convert

RGB 117 131 30 -
CMYK 0.11 0 0.77 0.49
HSL 68.32º 0.63% 0.32% -
HSV(B) 68.32º 0.77% 0.51% -
XYZ 15.69 20.11 4.28 -
YUV 115.3 79.86 129.21 -
System Red Green Blue C M Y K H S L
Decimal 117 131 30 0.11 0 0.77 0.49 68.32 0.63 0.32
Hex 75 83 1E B 0 4D 31 44 3F 20
Octal 165 203 36 13 0 115 61 104 77 40
Binary 1110101 10000011 11110 1011 0 1001101 110001 1000100 111111 100000

Color Harmonies of #75831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75831E

Black with #75831E

Text Example


Text Example

White with #75831E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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