Html Css Color HEX #6BBD7E Fern

📋 copy color: '#6BBD7E'

red 107 ◦ green 189 ◦ blue 126

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

Shades of Fern #6BBD7E

Tints of Fern #6BBD7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.86%

R = 25.36%
G = 44.79%
B = 29.86%

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

#6BBD7E (or 0x6BBD7E) is known color: Fern. HEX triplet: 6B, BD and 7E. RGB value is (107,189,126). Sum of RGB (Red+Green+Blue) = 107+189+126=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBD7E is #944281. Grayscale: #9D9D9D. Windows color (decimal): -9716354 or 8306027. OLE color: 8306027.

HSL color Cylindrical-coordinate representation of color #6BBD7E: hue angle of 133.9º 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 #6BBD7E is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 107 189 126 -
CMYK 0.43 0 0.33 0.26
HSL 133.9º 0.38% 0.58% -
HSV(B) 133.9º 0.43% 0.74% -
XYZ 28.03 41.03 26.18 -
YUV 157.3 110.33 92.12 -
System Red Green Blue C M Y K H S L
Decimal 107 189 126 0.43 0 0.33 0.26 133.9 0.38 0.58
Hex 6B BD 7E 2B 0 21 1A 86 26 3A
Octal 153 275 176 53 0 41 32 206 46 72
Binary 1101011 10111101 1111110 101011 0 100001 11010 10000110 100110 111010

Color Harmonies of #6BBD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBD7E

Black with #6BBD7E

Text Example


Text Example

White with #6BBD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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