Html Css Color HEX #75851E Trendy Green

📋 copy color: '#75851E'

red 117 ◦ green 133 ◦ blue 30

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

Shades of Trendy Green #75851E

Tints of Trendy Green #75851E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.5%

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

R = 41.79%
G = 47.5%
B = 10.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#75851E (or 0x75851E) is known color: Trendy Green. HEX triplet: 75, 85 and 1E. RGB value is (117,133,30). Sum of RGB (Red+Green+Blue) = 117+133+30=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #75851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75851E is #8A7AE1. Grayscale: #747474. Windows color (decimal): -9075426 or 2000245. OLE color: 2000245.

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

Color convert

RGB 117 133 30 -
CMYK 0.12 0 0.77 0.48
HSL 69.32º 0.63% 0.32% -
HSV(B) 69.32º 0.77% 0.52% -
XYZ 15.96 20.65 4.37 -
YUV 116.47 79.2 128.38 -
System Red Green Blue C M Y K H S L
Decimal 117 133 30 0.12 0 0.77 0.48 69.32 0.63 0.32
Hex 75 85 1E C 0 4D 30 45 3F 20
Octal 165 205 36 14 0 115 60 105 77 40
Binary 1110101 10000101 11110 1100 0 1001101 110000 1000101 111111 100000

Color Harmonies of #75851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75851E

Black with #75851E

Text Example


Text Example

White with #75851E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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