Html Css Color HEX #74B483 Bay Leaf

📋 copy color: '#74B483'

red 116 ◦ green 180 ◦ blue 131

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

Shades of Bay Leaf #74B483

Tints of Bay Leaf #74B483

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.15%

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

R = 27.17%
G = 42.15%
B = 30.68%

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

#74B483 (or 0x74B483) is known color: Bay Leaf. HEX triplet: 74, B4 and 83. RGB value is (116,180,131). Sum of RGB (Red+Green+Blue) = 116+180+131=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #74B483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B483 is #8B4B7C. Grayscale: #9B9B9B. Windows color (decimal): -9128829 or 8631412. OLE color: 8631412.

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

Color convert

RGB 116 180 131 -
CMYK 0.36 0 0.27 0.29
HSL 134.06º 0.3% 0.58% -
HSV(B) 134.06º 0.36% 0.71% -
XYZ 27.62 37.99 27.35 -
YUV 155.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 116 180 131 0.36 0 0.27 0.29 134.06 0.3 0.58
Hex 74 B4 83 24 0 1B 1D 86 1E 3A
Octal 164 264 203 44 0 33 35 206 36 72
Binary 1110100 10110100 10000011 100100 0 11011 11101 10000110 11110 111010

Color Harmonies of #74B483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B483

Black with #74B483

Text Example


Text Example

White with #74B483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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