Html Css Color HEX #75821F Trendy Green

📋 copy color: '#75821F'

red 117 ◦ green 130 ◦ blue 31

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

Shades of Trendy Green #75821F

Tints of Trendy Green #75821F

RGB

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

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

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

R = 42.09%
G = 46.76%
B = 11.15%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#75821F (or 0x75821F) is known color: Trendy Green. HEX triplet: 75, 82 and 1F. RGB value is (117,130,31). Sum of RGB (Red+Green+Blue) = 117+130+31=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #75821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75821F is #8A7DE0. Grayscale: #737373. Windows color (decimal): -9076193 or 2065013. OLE color: 2065013.

HSL color Cylindrical-coordinate representation of color #75821F: hue angle of 67.88º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75821F is Cyan = 0.1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 31 -
CMYK 0.1 0 0.76 0.49
HSL 67.88º 0.61% 0.32% -
HSV(B) 67.88º 0.76% 0.51% -
XYZ 15.57 19.85 4.31 -
YUV 114.83 80.69 129.55 -
System Red Green Blue C M Y K H S L
Decimal 117 130 31 0.1 0 0.76 0.49 67.88 0.61 0.32
Hex 75 82 1F A 0 4C 31 44 3D 20
Octal 165 202 37 12 0 114 61 104 75 40
Binary 1110101 10000010 11111 1010 0 1001100 110001 1000100 111101 100000

Color Harmonies of #75821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75821F

Black with #75821F

Text Example


Text Example

White with #75821F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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