Html Css Color HEX #74B17E Bay Leaf

📋 copy color: '#74B17E'

red 116 ◦ green 177 ◦ blue 126

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

Shades of Bay Leaf #74B17E

Tints of Bay Leaf #74B17E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 27.68%
G = 42.24%
B = 30.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#74B17E (or 0x74B17E) is known color: Bay Leaf. HEX triplet: 74, B1 and 7E. RGB value is (116,177,126). Sum of RGB (Red+Green+Blue) = 116+177+126=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #74B17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B17E is #8B4E81. Grayscale: #999999. Windows color (decimal): -9129602 or 8302964. OLE color: 8302964.

HSL color Cylindrical-coordinate representation of color #74B17E: hue angle of 129.84º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74B17E is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 177 126 -
CMYK 0.34 0 0.29 0.31
HSL 129.84º 0.28% 0.57% -
HSV(B) 129.84º 0.34% 0.69% -
XYZ 26.69 36.66 25.41 -
YUV 152.95 112.79 101.65 -
System Red Green Blue C M Y K H S L
Decimal 116 177 126 0.34 0 0.29 0.31 129.84 0.28 0.57
Hex 74 B1 7E 22 0 1D 1F 82 1C 39
Octal 164 261 176 42 0 35 37 202 34 71
Binary 1110100 10110001 1111110 100010 0 11101 11111 10000010 11100 111001

Color Harmonies of #74B17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B17E

Black with #74B17E

Text Example


Text Example

White with #74B17E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,177,126); }

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

background-color css

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

 a { background-color: rgb(116,177,126); }

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

border-color css

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

 span { border-color: rgb(116,177,126); }

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