Html Css Color HEX #74C08D Bay Leaf

📋 copy color: '#74C08D'

red 116 ◦ green 192 ◦ blue 141

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

Shades of Bay Leaf #74C08D

Tints of Bay Leaf #74C08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.76%

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 25.84%
G = 42.76%
B = 31.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#74C08D (or 0x74C08D) is known color: Bay Leaf. HEX triplet: 74, C0 and 8D. RGB value is (116,192,141). Sum of RGB (Red+Green+Blue) = 116+192+141=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #74C08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C08D is #8B3F72. Grayscale: #A3A3A3. Windows color (decimal): -9125747 or 9289844. OLE color: 9289844.

HSL color Cylindrical-coordinate representation of color #74C08D: hue angle of 139.74º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C08D is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 192 141 -
CMYK 0.40 0 0.27 0.25
HSL 139.74º 0.38% 0.6% -
HSV(B) 139.74º 0.4% 0.75% -
XYZ 30.86 43.34 31.94 -
YUV 163.46 115.32 94.15 -
System Red Green Blue C M Y K H S L
Decimal 116 192 141 0.40 0 0.27 0.25 139.74 0.38 0.6
Hex 74 C0 8D 28 0 1B 19 8C 26 3C
Octal 164 300 215 50 0 33 31 214 46 74
Binary 1110100 11000000 10001101 101000 0 11011 11001 10001100 100110 111100

Color Harmonies of #74C08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C08D

Black with #74C08D

Text Example


Text Example

White with #74C08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,192,141); }

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

background-color css

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

 a { background-color: rgb(116,192,141); }

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

border-color css

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

 span { border-color: rgb(116,192,141); }

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