Html Css Color HEX #75821D Trendy Green

📋 copy color: '#75821D'

red 117 ◦ green 130 ◦ blue 29

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

Shades of Trendy Green #75821D

Tints of Trendy Green #75821D

RGB

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

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

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

R = 42.39%
G = 47.1%
B = 10.51%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#75821D (or 0x75821D) is known color: Trendy Green. HEX triplet: 75, 82 and 1D. RGB value is (117,130,29). Sum of RGB (Red+Green+Blue) = 117+130+29=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #75821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75821D is #8A7DE2. Grayscale: #727272. Windows color (decimal): -9076195 or 1933941. OLE color: 1933941.

HSL color Cylindrical-coordinate representation of color #75821D: hue angle of 67.72º 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 #75821D is Cyan = 0.1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 29 -
CMYK 0.1 0 0.78 0.49
HSL 67.72º 0.64% 0.31% -
HSV(B) 67.72º 0.78% 0.51% -
XYZ 15.54 19.84 4.17 -
YUV 114.6 79.69 129.71 -
System Red Green Blue C M Y K H S L
Decimal 117 130 29 0.1 0 0.78 0.49 67.72 0.64 0.31
Hex 75 82 1D A 0 4E 31 44 40 1F
Octal 165 202 35 12 0 116 61 104 100 37
Binary 1110101 10000010 11101 1010 0 1001110 110001 1000100 1000000 11111

Color Harmonies of #75821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75821D

Black with #75821D

Text Example


Text Example

White with #75821D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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