Html Css Color HEX #757B13 Trendy Green

📋 copy color: '#757B13'

red 117 ◦ green 123 ◦ blue 19

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

Shades of Trendy Green #757B13

Tints of Trendy Green #757B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 45.17%
G = 47.49%
B = 7.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#757B13 (or 0x757B13) is known color: Trendy Green. HEX triplet: 75, 7B and 13. RGB value is (117,123,19). Sum of RGB (Red+Green+Blue) = 117+123+19=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 123 - color contains mainly: green. Hex color #757B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757B13 is #8A84EC. Grayscale: #6D6D6D. Windows color (decimal): -9077997 or 1276789. OLE color: 1276789.

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

Color convert

RGB 117 123 19 -
CMYK 0.05 0 0.85 0.52
HSL 63.46º 0.73% 0.28% -
HSV(B) 63.46º 0.85% 0.48% -
XYZ 14.54 17.99 3.32 -
YUV 109.35 77.01 133.46 -
System Red Green Blue C M Y K H S L
Decimal 117 123 19 0.05 0 0.85 0.52 63.46 0.73 0.28
Hex 75 7B 13 5 0 55 34 3F 49 1C
Octal 165 173 23 5 0 125 64 77 111 34
Binary 1110101 1111011 10011 101 0 1010101 110100 111111 1001001 11100

Color Harmonies of #757B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B13

Black with #757B13

Text Example


Text Example

White with #757B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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