Html Css Color HEX #757B1B Trendy Green

📋 copy color: '#757B1B'

red 117 ◦ green 123 ◦ blue 27

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

Shades of Trendy Green #757B1B

Tints of Trendy Green #757B1B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.07%

 BLUE value IS 27 (10.94% from 255) = 10.11%

R = 43.82%
G = 46.07%
B = 10.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#757B1B (or 0x757B1B) is known color: Trendy Green. HEX triplet: 75, 7B and 1B. RGB value is (117,123,27). Sum of RGB (Red+Green+Blue) = 117+123+27=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 123 - color contains mainly: green. Hex color #757B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B1B is #8A84E4. Grayscale: #6E6E6E. Windows color (decimal): -9077989 or 1801077. OLE color: 1801077.

HSL color Cylindrical-coordinate representation of color #757B1B: hue angle of 63.75º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #757B1B is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 123 27 -
CMYK 0.05 0 0.78 0.52
HSL 63.75º 0.64% 0.29% -
HSV(B) 63.75º 0.78% 0.48% -
XYZ 14.62 18.03 3.75 -
YUV 110.26 81.01 132.81 -
System Red Green Blue C M Y K H S L
Decimal 117 123 27 0.05 0 0.78 0.52 63.75 0.64 0.29
Hex 75 7B 1B 5 0 4E 34 40 40 1D
Octal 165 173 33 5 0 116 64 100 100 35
Binary 1110101 1111011 11011 101 0 1001110 110100 1000000 1000000 11101

Color Harmonies of #757B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B1B

Black with #757B1B

Text Example


Text Example

White with #757B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757B1B; }

 p { color: rgb(117,123,27); }

 H1.HeaderClassName
 {
   color: #757B1B;
 }
 .AnyTagClassName
 {
   color: #757B1B;
 }
</style>

background-color css

<style>
 a { background-color: #757B1B; }

 a { background-color: rgb(117,123,27); }

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

border-color css

<style>
 span { border-color: #757B1B; }

 span { border-color: rgb(117,123,27); }

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