Html Css Color HEX #75C38B Bay Leaf

📋 copy color: '#75C38B'

red 117 ◦ green 195 ◦ blue 139

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

Shades of Bay Leaf #75C38B

Tints of Bay Leaf #75C38B

RGB

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

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

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

R = 25.94%
G = 43.24%
B = 30.82%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#75C38B (or 0x75C38B) is known color: Bay Leaf. HEX triplet: 75, C3 and 8B. RGB value is (117,195,139). Sum of RGB (Red+Green+Blue) = 117+195+139=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #75C38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C38B is #8A3C74. Grayscale: #A5A5A5. Windows color (decimal): -9059445 or 9159541. OLE color: 9159541.

HSL color Cylindrical-coordinate representation of color #75C38B: hue angle of 136.92º 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 #75C38B is Cyan = 0.4, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 195 139 -
CMYK 0.4 0 0.29 0.24
HSL 136.92º 0.39% 0.61% -
HSV(B) 136.92º 0.4% 0.76% -
XYZ 31.51 44.68 31.39 -
YUV 165.29 113.16 93.55 -
System Red Green Blue C M Y K H S L
Decimal 117 195 139 0.4 0 0.29 0.24 136.92 0.39 0.61
Hex 75 C3 8B 28 0 1D 18 89 27 3D
Octal 165 303 213 50 0 35 30 211 47 75
Binary 1110101 11000011 10001011 101000 0 11101 11000 10001001 100111 111101

Color Harmonies of #75C38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C38B

Black with #75C38B

Text Example


Text Example

White with #75C38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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