Html Css Color HEX #75821E Trendy Green

📋 copy color: '#75821E'

red 117 ◦ green 130 ◦ blue 30

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

Shades of Trendy Green #75821E

Tints of Trendy Green #75821E

RGB

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

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

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

R = 42.24%
G = 46.93%
B = 10.83%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#75821E (or 0x75821E) is known color: Trendy Green. HEX triplet: 75, 82 and 1E. RGB value is (117,130,30). Sum of RGB (Red+Green+Blue) = 117+130+30=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #75821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75821E is #8A7DE1. Grayscale: #737373. Windows color (decimal): -9076194 or 1999477. OLE color: 1999477.

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

Color convert

RGB 117 130 30 -
CMYK 0.1 0 0.77 0.49
HSL 67.8º 0.63% 0.31% -
HSV(B) 67.8º 0.77% 0.51% -
XYZ 15.55 19.84 4.24 -
YUV 114.71 80.19 129.63 -
System Red Green Blue C M Y K H S L
Decimal 117 130 30 0.1 0 0.77 0.49 67.8 0.63 0.31
Hex 75 82 1E A 0 4D 31 44 3E 1F
Octal 165 202 36 12 0 115 61 104 76 37
Binary 1110101 10000010 11110 1010 0 1001101 110001 1000100 111110 11111

Color Harmonies of #75821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75821E

Black with #75821E

Text Example


Text Example

White with #75821E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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