Html Css Color HEX #74BA8A Bay Leaf

📋 copy color: '#74BA8A'

red 116 ◦ green 186 ◦ blue 138

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

Shades of Bay Leaf #74BA8A

Tints of Bay Leaf #74BA8A

RGB

 RED value IS 116 (45.7% from 255) = 26.36%

 GREEN value IS 186 (73.05% from 255) = 42.27%

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

R = 26.36%
G = 42.27%
B = 31.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#74BA8A (or 0x74BA8A) is known color: Bay Leaf. HEX triplet: 74, BA and 8A. RGB value is (116,186,138). Sum of RGB (Red+Green+Blue) = 116+186+138=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA8A is #8B4575. Grayscale: #9F9F9F. Windows color (decimal): -9127286 or 9091700. OLE color: 9091700.

HSL color Cylindrical-coordinate representation of color #74BA8A: hue angle of 138.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BA8A is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 186 138 -
CMYK 0.38 0 0.26 0.27
HSL 138.86º 0.34% 0.59% -
HSV(B) 138.86º 0.38% 0.73% -
XYZ 29.35 40.67 30.35 -
YUV 159.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 116 186 138 0.38 0 0.26 0.27 138.86 0.34 0.59
Hex 74 BA 8A 26 0 1A 1B 8B 22 3B
Octal 164 272 212 46 0 32 33 213 42 73
Binary 1110100 10111010 10001010 100110 0 11010 11011 10001011 100010 111011

Color Harmonies of #74BA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA8A

Black with #74BA8A

Text Example


Text Example

White with #74BA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74BA8A; }

 p { color: rgb(116,186,138); }

 H1.HeaderClassName
 {
   color: #74BA8A;
 }
 .AnyTagClassName
 {
   color: #74BA8A;
 }
</style>

background-color css

<style>
 a { background-color: #74BA8A; }

 a { background-color: rgb(116,186,138); }

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

border-color css

<style>
 span { border-color: #74BA8A; }

 span { border-color: rgb(116,186,138); }

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