Html Css Color HEX #74B585 Bay Leaf

📋 copy color: '#74B585'

red 116 ◦ green 181 ◦ blue 133

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

Shades of Bay Leaf #74B585

Tints of Bay Leaf #74B585

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.09%

 BLUE value IS 133 (52.34% from 255) = 30.93%

R = 26.98%
G = 42.09%
B = 30.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#74B585 (or 0x74B585) is known color: Bay Leaf. HEX triplet: 74, B5 and 85. RGB value is (116,181,133). Sum of RGB (Red+Green+Blue) = 116+181+133=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 181 - color contains mainly: green. Hex color #74B585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B585 is #8B4A7A. Grayscale: #9C9C9C. Windows color (decimal): -9128571 or 8762740. OLE color: 8762740.

HSL color Cylindrical-coordinate representation of color #74B585: hue angle of 135.69º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B585 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 181 133 -
CMYK 0.36 0 0.27 0.29
HSL 135.69º 0.31% 0.58% -
HSV(B) 135.69º 0.36% 0.71% -
XYZ 27.96 38.45 28.14 -
YUV 156.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 116 181 133 0.36 0 0.27 0.29 135.69 0.31 0.58
Hex 74 B5 85 24 0 1B 1D 88 1F 3A
Octal 164 265 205 44 0 33 35 210 37 72
Binary 1110100 10110101 10000101 100100 0 11011 11101 10001000 11111 111010

Color Harmonies of #74B585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B585

Black with #74B585

Text Example


Text Example

White with #74B585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,181,133); }

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

background-color css

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

 a { background-color: rgb(116,181,133); }

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

border-color css

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

 span { border-color: rgb(116,181,133); }

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