Html Css Color HEX #75C088 Bay Leaf

📋 copy color: '#75C088'

red 117 ◦ green 192 ◦ blue 136

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

Shades of Bay Leaf #75C088

Tints of Bay Leaf #75C088

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.15%

 BLUE value IS 136 (53.52% from 255) = 30.56%

R = 26.29%
G = 43.15%
B = 30.56%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#75C088 (or 0x75C088) is known color: Bay Leaf. HEX triplet: 75, C0 and 88. RGB value is (117,192,136). Sum of RGB (Red+Green+Blue) = 117+192+136=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #75C088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C088 is #8A3F77. Grayscale: #A3A3A3. Windows color (decimal): -9060216 or 8962165. OLE color: 8962165.

HSL color Cylindrical-coordinate representation of color #75C088: hue angle of 135.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C088 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 192 136 -
CMYK 0.39 0 0.29 0.25
HSL 135.2º 0.37% 0.61% -
HSV(B) 135.2º 0.39% 0.75% -
XYZ 30.63 43.26 30.03 -
YUV 163.19 112.65 95.05 -
System Red Green Blue C M Y K H S L
Decimal 117 192 136 0.39 0 0.29 0.25 135.2 0.37 0.61
Hex 75 C0 88 27 0 1D 19 87 25 3D
Octal 165 300 210 47 0 35 31 207 45 75
Binary 1110101 11000000 10001000 100111 0 11101 11001 10000111 100101 111101

Color Harmonies of #75C088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C088

Black with #75C088

Text Example


Text Example

White with #75C088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,192,136); }

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

background-color css

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

 a { background-color: rgb(117,192,136); }

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

border-color css

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

 span { border-color: rgb(117,192,136); }

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