Html Css Color HEX #75B78A Bay Leaf

📋 copy color: '#75B78A'

red 117 ◦ green 183 ◦ blue 138

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

Shades of Bay Leaf #75B78A

Tints of Bay Leaf #75B78A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.78%

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

R = 26.71%
G = 41.78%
B = 31.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#75B78A (or 0x75B78A) is known color: Bay Leaf. HEX triplet: 75, B7 and 8A. RGB value is (117,183,138). Sum of RGB (Red+Green+Blue) = 117+183+138=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 183 - color contains mainly: green. Hex color #75B78A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B78A is #8A4875. Grayscale: #9E9E9E. Windows color (decimal): -9062518 or 9090933. OLE color: 9090933.

HSL color Cylindrical-coordinate representation of color #75B78A: hue angle of 139.09º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B78A is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 183 138 -
CMYK 0.36 0 0.25 0.28
HSL 139.09º 0.31% 0.59% -
HSV(B) 139.09º 0.36% 0.72% -
XYZ 28.86 39.48 30.14 -
YUV 158.14 116.63 98.66 -
System Red Green Blue C M Y K H S L
Decimal 117 183 138 0.36 0 0.25 0.28 139.09 0.31 0.59
Hex 75 B7 8A 24 0 19 1C 8B 1F 3B
Octal 165 267 212 44 0 31 34 213 37 73
Binary 1110101 10110111 10001010 100100 0 11001 11100 10001011 11111 111011

Color Harmonies of #75B78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B78A

Black with #75B78A

Text Example


Text Example

White with #75B78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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