Html Css Color HEX #75871C Trendy Green

📋 copy color: '#75871C'

red 117 ◦ green 135 ◦ blue 28

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

Shades of Trendy Green #75871C

Tints of Trendy Green #75871C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.21%

 BLUE value IS 28 (11.33% from 255) = 10%

R = 41.79%
G = 48.21%
B = 10%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#75871C (or 0x75871C) is known color: Trendy Green. HEX triplet: 75, 87 and 1C. RGB value is (117,135,28). Sum of RGB (Red+Green+Blue) = 117+135+28=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #75871C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75871C is #8A78E3. Grayscale: #757575. Windows color (decimal): -9074916 or 1869685. OLE color: 1869685.

HSL color Cylindrical-coordinate representation of color #75871C: hue angle of 70.09º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75871C is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 135 28 -
CMYK 0.13 0 0.79 0.47
HSL 70.09º 0.66% 0.32% -
HSV(B) 70.09º 0.79% 0.53% -
XYZ 16.21 21.19 4.34 -
YUV 117.42 77.54 127.7 -
System Red Green Blue C M Y K H S L
Decimal 117 135 28 0.13 0 0.79 0.47 70.09 0.66 0.32
Hex 75 87 1C D 0 4F 2F 46 42 20
Octal 165 207 34 15 0 117 57 106 102 40
Binary 1110101 10000111 11100 1101 0 1001111 101111 1000110 1000010 100000

Color Harmonies of #75871C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75871C

Black with #75871C

Text Example


Text Example

White with #75871C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75871C; }

 p { color: rgb(117,135,28); }

 H1.HeaderClassName
 {
   color: #75871C;
 }
 .AnyTagClassName
 {
   color: #75871C;
 }
</style>

background-color css

<style>
 a { background-color: #75871C; }

 a { background-color: rgb(117,135,28); }

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

border-color css

<style>
 span { border-color: #75871C; }

 span { border-color: rgb(117,135,28); }

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