Html Css Color HEX #75C18A Bay Leaf

📋 copy color: '#75C18A'

red 117 ◦ green 193 ◦ blue 138

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

Shades of Bay Leaf #75C18A

Tints of Bay Leaf #75C18A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.08%

 BLUE value IS 138 (54.3% from 255) = 30.8%

R = 26.12%
G = 43.08%
B = 30.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#75C18A (or 0x75C18A) is known color: Bay Leaf. HEX triplet: 75, C1 and 8A. RGB value is (117,193,138). Sum of RGB (Red+Green+Blue) = 117+193+138=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #75C18A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C18A is #8A3E75. Grayscale: #A4A4A4. Windows color (decimal): -9059958 or 9093493. OLE color: 9093493.

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

Color convert

RGB 117 193 138 -
CMYK 0.39 0 0.28 0.24
HSL 136.58º 0.38% 0.61% -
HSV(B) 136.58º 0.39% 0.76% -
XYZ 30.99 43.76 30.86 -
YUV 164.01 113.32 94.47 -
System Red Green Blue C M Y K H S L
Decimal 117 193 138 0.39 0 0.28 0.24 136.58 0.38 0.61
Hex 75 C1 8A 27 0 1C 18 89 26 3D
Octal 165 301 212 47 0 34 30 211 46 75
Binary 1110101 11000001 10001010 100111 0 11100 11000 10001001 100110 111101

Color Harmonies of #75C18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C18A

Black with #75C18A

Text Example


Text Example

White with #75C18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,193,138); }

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

background-color css

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

 a { background-color: rgb(117,193,138); }

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

border-color css

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

 span { border-color: rgb(117,193,138); }

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