Html Css Color HEX #6FB285 Bay Leaf

📋 copy color: '#6FB285'

red 111 ◦ green 178 ◦ blue 133

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

Shades of Bay Leaf #6FB285

Tints of Bay Leaf #6FB285

RGB

 RED value IS 111 (43.75% from 255) = 26.3%

 GREEN value IS 178 (69.92% from 255) = 42.18%

 BLUE value IS 133 (52.34% from 255) = 31.52%

R = 26.3%
G = 42.18%
B = 31.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#6FB285 (or 0x6FB285) is known color: Bay Leaf. HEX triplet: 6F, B2 and 85. RGB value is (111,178,133). Sum of RGB (Red+Green+Blue) = 111+178+133=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB285 is #904D7A. Grayscale: #989898. Windows color (decimal): -9457019 or 8761967. OLE color: 8761967.

HSL color Cylindrical-coordinate representation of color #6FB285: hue angle of 139.7º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB285 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 111 178 133 -
CMYK 0.38 0 0.25 0.30
HSL 139.7º 0.3% 0.57% -
HSV(B) 139.7º 0.38% 0.7% -
XYZ 26.71 36.91 27.91 -
YUV 152.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 111 178 133 0.38 0 0.25 0.30 139.7 0.3 0.57
Hex 6F B2 85 26 0 19 1E 8C 1E 39
Octal 157 262 205 46 0 31 36 214 36 71
Binary 1101111 10110010 10000101 100110 0 11001 11110 10001100 11110 111001

Color Harmonies of #6FB285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB285

Black with #6FB285

Text Example


Text Example

White with #6FB285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,178,133); }

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

background-color css

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

 a { background-color: rgb(111,178,133); }

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

border-color css

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

 span { border-color: rgb(111,178,133); }

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