Html Css Color HEX #6DBF82 Bay Leaf

📋 copy color: '#6DBF82'

red 109 ◦ green 191 ◦ blue 130

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

Shades of Bay Leaf #6DBF82

Tints of Bay Leaf #6DBF82

RGB

 RED value IS 109 (42.97% from 255) = 25.35%

 GREEN value IS 191 (75% from 255) = 44.42%

 BLUE value IS 130 (51.17% from 255) = 30.23%

R = 25.35%
G = 44.42%
B = 30.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#6DBF82 (or 0x6DBF82) is known color: Bay Leaf. HEX triplet: 6D, BF and 82. RGB value is (109,191,130). Sum of RGB (Red+Green+Blue) = 109+191+130=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBF82 is #92407D. Grayscale: #9F9F9F. Windows color (decimal): -9584766 or 8568685. OLE color: 8568685.

HSL color Cylindrical-coordinate representation of color #6DBF82: hue angle of 135.37º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DBF82 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 191 130 -
CMYK 0.43 0 0.32 0.25
HSL 135.37º 0.39% 0.59% -
HSV(B) 135.37º 0.43% 0.75% -
XYZ 28.97 42.12 27.72 -
YUV 159.53 111.33 91.96 -
System Red Green Blue C M Y K H S L
Decimal 109 191 130 0.43 0 0.32 0.25 135.37 0.39 0.59
Hex 6D BF 82 2B 0 20 19 87 27 3B
Octal 155 277 202 53 0 40 31 207 47 73
Binary 1101101 10111111 10000010 101011 0 100000 11001 10000111 100111 111011

Color Harmonies of #6DBF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBF82

Black with #6DBF82

Text Example


Text Example

White with #6DBF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DBF82; }

 p { color: rgb(109,191,130); }

 H1.HeaderClassName
 {
   color: #6DBF82;
 }
 .AnyTagClassName
 {
   color: #6DBF82;
 }
</style>

background-color css

<style>
 a { background-color: #6DBF82; }

 a { background-color: rgb(109,191,130); }

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

border-color css

<style>
 span { border-color: #6DBF82; }

 span { border-color: rgb(109,191,130); }

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