Html Css Color HEX #75C389 Bay Leaf

📋 copy color: '#75C389'

red 117 ◦ green 195 ◦ blue 137

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

Shades of Bay Leaf #75C389

Tints of Bay Leaf #75C389

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.43%

 BLUE value IS 137 (53.91% from 255) = 30.51%

R = 26.06%
G = 43.43%
B = 30.51%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#75C389 (or 0x75C389) is known color: Bay Leaf. HEX triplet: 75, C3 and 89. RGB value is (117,195,137). Sum of RGB (Red+Green+Blue) = 117+195+137=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 195 - color contains mainly: green. Hex color #75C389 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C389 is #8A3C76. Grayscale: #A5A5A5. Windows color (decimal): -9059447 or 9028469. OLE color: 9028469.

HSL color Cylindrical-coordinate representation of color #75C389: hue angle of 135.38º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C389 is Cyan = 0.4, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 195 137 -
CMYK 0.4 0 0.30 0.24
HSL 135.38º 0.39% 0.61% -
HSV(B) 135.38º 0.4% 0.76% -
XYZ 31.37 44.62 30.63 -
YUV 165.07 112.16 93.72 -
System Red Green Blue C M Y K H S L
Decimal 117 195 137 0.4 0 0.30 0.24 135.38 0.39 0.61
Hex 75 C3 89 28 0 1E 18 87 27 3D
Octal 165 303 211 50 0 36 30 207 47 75
Binary 1110101 11000011 10001001 101000 0 11110 11000 10000111 100111 111101

Color Harmonies of #75C389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C389

Black with #75C389

Text Example


Text Example

White with #75C389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75C389; }

 p { color: rgb(117,195,137); }

 H1.HeaderClassName
 {
   color: #75C389;
 }
 .AnyTagClassName
 {
   color: #75C389;
 }
</style>

background-color css

<style>
 a { background-color: #75C389; }

 a { background-color: rgb(117,195,137); }

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

border-color css

<style>
 span { border-color: #75C389; }

 span { border-color: rgb(117,195,137); }

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