Html Css Color HEX #74B685 Bay Leaf

📋 copy color: '#74B685'

red 116 ◦ green 182 ◦ blue 133

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

Shades of Bay Leaf #74B685

Tints of Bay Leaf #74B685

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.23%

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

R = 26.91%
G = 42.23%
B = 30.86%

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

#74B685 (or 0x74B685) is known color: Bay Leaf. HEX triplet: 74, B6 and 85. RGB value is (116,182,133). Sum of RGB (Red+Green+Blue) = 116+182+133=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #74B685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B685 is #8B497A. Grayscale: #9C9C9C. Windows color (decimal): -9128315 or 8762996. OLE color: 8762996.

HSL color Cylindrical-coordinate representation of color #74B685: hue angle of 135.45º 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 #74B685 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 182 133 -
CMYK 0.36 0 0.27 0.29
HSL 135.45º 0.31% 0.58% -
HSV(B) 135.45º 0.36% 0.71% -
XYZ 28.16 38.86 28.21 -
YUV 156.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 116 182 133 0.36 0 0.27 0.29 135.45 0.31 0.58
Hex 74 B6 85 24 0 1B 1D 87 1F 3A
Octal 164 266 205 44 0 33 35 207 37 72
Binary 1110100 10110110 10000101 100100 0 11011 11101 10000111 11111 111010

Color Harmonies of #74B685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B685

Black with #74B685

Text Example


Text Example

White with #74B685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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