Html Css Color HEX #6BBD7F Fern

📋 copy color: '#6BBD7F'

red 107 ◦ green 189 ◦ blue 127

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

Shades of Fern #6BBD7F

Tints of Fern #6BBD7F

RGB

 RED value IS 107 (42.19% from 255) = 25.3%

 GREEN value IS 189 (74.22% from 255) = 44.68%

 BLUE value IS 127 (50% from 255) = 30.02%

R = 25.3%
G = 44.68%
B = 30.02%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#6BBD7F (or 0x6BBD7F) is known color: Fern. HEX triplet: 6B, BD and 7F. RGB value is (107,189,127). Sum of RGB (Red+Green+Blue) = 107+189+127=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBD7F is #944280. Grayscale: #9D9D9D. Windows color (decimal): -9716353 or 8371563. OLE color: 8371563.

HSL color Cylindrical-coordinate representation of color #6BBD7F: hue angle of 134.63º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBD7F is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 107 189 127 -
CMYK 0.43 0 0.33 0.26
HSL 134.63º 0.38% 0.58% -
HSV(B) 134.63º 0.43% 0.74% -
XYZ 28.09 41.05 26.52 -
YUV 157.41 110.83 92.04 -
System Red Green Blue C M Y K H S L
Decimal 107 189 127 0.43 0 0.33 0.26 134.63 0.38 0.58
Hex 6B BD 7F 2B 0 21 1A 87 26 3A
Octal 153 275 177 53 0 41 32 207 46 72
Binary 1101011 10111101 1111111 101011 0 100001 11010 10000111 100110 111010

Color Harmonies of #6BBD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBD7F

Black with #6BBD7F

Text Example


Text Example

White with #6BBD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,189,127); }

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

background-color css

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

 a { background-color: rgb(107,189,127); }

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

border-color css

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

 span { border-color: rgb(107,189,127); }

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