Html Css Color HEX #74B78A Bay Leaf

📋 copy color: '#74B78A'

red 116 ◦ green 183 ◦ blue 138

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

Shades of Bay Leaf #74B78A

Tints of Bay Leaf #74B78A

RGB

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

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

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

R = 26.54%
G = 41.88%
B = 31.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#74B78A (or 0x74B78A) is known color: Bay Leaf. HEX triplet: 74, B7 and 8A. RGB value is (116,183,138). Sum of RGB (Red+Green+Blue) = 116+183+138=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #74B78A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B78A is #8B4875. Grayscale: #9D9D9D. Windows color (decimal): -9128054 or 9090932. OLE color: 9090932.

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

Color convert

RGB 116 183 138 -
CMYK 0.37 0 0.25 0.28
HSL 139.7º 0.32% 0.59% -
HSV(B) 139.7º 0.37% 0.72% -
XYZ 28.72 39.41 30.14 -
YUV 157.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 116 183 138 0.37 0 0.25 0.28 139.7 0.32 0.59
Hex 74 B7 8A 25 0 19 1C 8C 20 3B
Octal 164 267 212 45 0 31 34 214 40 73
Binary 1110100 10110111 10001010 100101 0 11001 11100 10001100 100000 111011

Color Harmonies of #74B78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B78A

Black with #74B78A

Text Example


Text Example

White with #74B78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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