Html Css Color HEX #6BBA7A Fern

📋 copy color: '#6BBA7A'

red 107 ◦ green 186 ◦ blue 122

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

Shades of Fern #6BBA7A

Tints of Fern #6BBA7A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.82%

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 25.78%
G = 44.82%
B = 29.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#6BBA7A (or 0x6BBA7A) is known color: Fern. HEX triplet: 6B, BA and 7A. RGB value is (107,186,122). Sum of RGB (Red+Green+Blue) = 107+186+122=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBA7A is #944585. Grayscale: #9B9B9B. Windows color (decimal): -9717126 or 8043115. OLE color: 8043115.

HSL color Cylindrical-coordinate representation of color #6BBA7A: hue angle of 131.39º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BBA7A is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 186 122 -
CMYK 0.42 0 0.34 0.27
HSL 131.39º 0.36% 0.57% -
HSV(B) 131.39º 0.42% 0.73% -
XYZ 27.14 39.65 24.64 -
YUV 155.08 109.33 93.7 -
System Red Green Blue C M Y K H S L
Decimal 107 186 122 0.42 0 0.34 0.27 131.39 0.36 0.57
Hex 6B BA 7A 2A 0 22 1B 83 24 39
Octal 153 272 172 52 0 42 33 203 44 71
Binary 1101011 10111010 1111010 101010 0 100010 11011 10000011 100100 111001

Color Harmonies of #6BBA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBA7A

Black with #6BBA7A

Text Example


Text Example

White with #6BBA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,186,122); }

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

background-color css

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

 a { background-color: rgb(107,186,122); }

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

border-color css

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

 span { border-color: rgb(107,186,122); }

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