Html Css Color HEX #75C58B Bay Leaf

📋 copy color: '#75C58B'

red 117 ◦ green 197 ◦ blue 139

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

Shades of Bay Leaf #75C58B

Tints of Bay Leaf #75C58B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.49%

 BLUE value IS 139 (54.69% from 255) = 30.68%

R = 25.83%
G = 43.49%
B = 30.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#75C58B (or 0x75C58B) is known color: Bay Leaf. HEX triplet: 75, C5 and 8B. RGB value is (117,197,139). Sum of RGB (Red+Green+Blue) = 117+197+139=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #75C58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C58B is #8A3A74. Grayscale: #A6A6A6. Windows color (decimal): -9058933 or 9160053. OLE color: 9160053.

HSL color Cylindrical-coordinate representation of color #75C58B: hue angle of 136.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C58B is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 197 139 -
CMYK 0.41 0 0.29 0.23
HSL 136.5º 0.41% 0.62% -
HSV(B) 136.5º 0.41% 0.77% -
XYZ 31.96 45.58 31.54 -
YUV 166.47 112.5 92.72 -
System Red Green Blue C M Y K H S L
Decimal 117 197 139 0.41 0 0.29 0.23 136.5 0.41 0.62
Hex 75 C5 8B 29 0 1D 17 88 29 3E
Octal 165 305 213 51 0 35 27 210 51 76
Binary 1110101 11000101 10001011 101001 0 11101 10111 10001000 101001 111110

Color Harmonies of #75C58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C58B

Black with #75C58B

Text Example


Text Example

White with #75C58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,197,139); }

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

background-color css

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

 a { background-color: rgb(117,197,139); }

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

border-color css

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

 span { border-color: rgb(117,197,139); }

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