Html Css Color HEX #75A78A Bay Leaf

📋 copy color: '#75A78A'

red 117 ◦ green 167 ◦ blue 138

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

Shades of Bay Leaf #75A78A

Tints of Bay Leaf #75A78A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.57%

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

R = 27.73%
G = 39.57%
B = 32.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#75A78A (or 0x75A78A) is known color: Bay Leaf. HEX triplet: 75, A7 and 8A. RGB value is (117,167,138). Sum of RGB (Red+Green+Blue) = 117+167+138=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 167 - color contains mainly: green. Hex color #75A78A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A78A is #8A5875. Grayscale: #949494. Windows color (decimal): -9066614 or 9086837. OLE color: 9086837.

HSL color Cylindrical-coordinate representation of color #75A78A: hue angle of 145.2º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A78A is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 167 138 -
CMYK 0.30 0 0.17 0.35
HSL 145.2º 0.22% 0.56% -
HSV(B) 145.2º 0.3% 0.65% -
XYZ 25.74 33.25 29.11 -
YUV 148.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 117 167 138 0.30 0 0.17 0.35 145.2 0.22 0.56
Hex 75 A7 8A 1E 0 11 23 91 16 38
Octal 165 247 212 36 0 21 43 221 26 70
Binary 1110101 10100111 10001010 11110 0 10001 100011 10010001 10110 111000

Color Harmonies of #75A78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A78A

Black with #75A78A

Text Example


Text Example

White with #75A78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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