Html Css Color HEX #74A983 Bay Leaf

📋 copy color: '#74A983'

red 116 ◦ green 169 ◦ blue 131

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

Shades of Bay Leaf #74A983

Tints of Bay Leaf #74A983

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.63%

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 27.88%
G = 40.63%
B = 31.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#74A983 (or 0x74A983) is known color: Bay Leaf. HEX triplet: 74, A9 and 83. RGB value is (116,169,131). Sum of RGB (Red+Green+Blue) = 116+169+131=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 169 - color contains mainly: green. Hex color #74A983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A983 is #8B567C. Grayscale: #949494. Windows color (decimal): -9131645 or 8628596. OLE color: 8628596.

HSL color Cylindrical-coordinate representation of color #74A983: hue angle of 136.98º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A983 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 169 131 -
CMYK 0.31 0 0.22 0.34
HSL 136.98º 0.24% 0.56% -
HSV(B) 136.98º 0.31% 0.66% -
XYZ 25.49 33.73 26.64 -
YUV 148.82 117.94 104.59 -
System Red Green Blue C M Y K H S L
Decimal 116 169 131 0.31 0 0.22 0.34 136.98 0.24 0.56
Hex 74 A9 83 1F 0 16 22 89 18 38
Octal 164 251 203 37 0 26 42 211 30 70
Binary 1110100 10101001 10000011 11111 0 10110 100010 10001001 11000 111000

Color Harmonies of #74A983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A983

Black with #74A983

Text Example


Text Example

White with #74A983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,169,131); }

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

background-color css

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

 a { background-color: rgb(116,169,131); }

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

border-color css

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

 span { border-color: rgb(116,169,131); }

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