Html Css Color HEX #7BA384 Bay Leaf

📋 copy color: '#7BA384'

red 123 ◦ green 163 ◦ blue 132

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

Shades of Bay Leaf #7BA384

Tints of Bay Leaf #7BA384

RGB

 RED value IS 123 (48.44% from 255) = 29.43%

 GREEN value IS 163 (64.06% from 255) = 39%

 BLUE value IS 132 (51.95% from 255) = 31.58%

R = 29.43%
G = 39%
B = 31.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#7BA384 (or 0x7BA384) is known color: Bay Leaf. HEX triplet: 7B, A3 and 84. RGB value is (123,163,132). Sum of RGB (Red+Green+Blue) = 123+163+132=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA384 is #845C7B. Grayscale: #939393. Windows color (decimal): -8674428 or 8692603. OLE color: 8692603.

HSL color Cylindrical-coordinate representation of color #7BA384: hue angle of 133.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA384 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 123 163 132 -
CMYK 0.25 0 0.19 0.36
HSL 133.5º 0.18% 0.56% -
HSV(B) 133.5º 0.25% 0.64% -
XYZ 25.43 32.07 26.68 -
YUV 147.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 123 163 132 0.25 0 0.19 0.36 133.5 0.18 0.56
Hex 7B A3 84 19 0 13 24 86 12 38
Octal 173 243 204 31 0 23 44 206 22 70
Binary 1111011 10100011 10000100 11001 0 10011 100100 10000110 10010 111000

Color Harmonies of #7BA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA384

Black with #7BA384

Text Example


Text Example

White with #7BA384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BA384; }

 p { color: rgb(123,163,132); }

 H1.HeaderClassName
 {
   color: #7BA384;
 }
 .AnyTagClassName
 {
   color: #7BA384;
 }
</style>

background-color css

<style>
 a { background-color: #7BA384; }

 a { background-color: rgb(123,163,132); }

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

border-color css

<style>
 span { border-color: #7BA384; }

 span { border-color: rgb(123,163,132); }

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