Html Css Color HEX #6AC07B Fern

📋 copy color: '#6AC07B'

red 106 ◦ green 192 ◦ blue 123

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

Shades of Fern #6AC07B

Tints of Fern #6AC07B

RGB

 RED value IS 106 (41.8% from 255) = 25.18%

 GREEN value IS 192 (75.39% from 255) = 45.61%

 BLUE value IS 123 (48.44% from 255) = 29.22%

R = 25.18%
G = 45.61%
B = 29.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#6AC07B (or 0x6AC07B) is known color: Fern. HEX triplet: 6A, C0 and 7B. RGB value is (106,192,123). Sum of RGB (Red+Green+Blue) = 106+192+123=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC07B is #953F84. Grayscale: #9E9E9E. Windows color (decimal): -9781125 or 8110186. OLE color: 8110186.

HSL color Cylindrical-coordinate representation of color #6AC07B: hue angle of 131.86º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC07B is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 192 123 -
CMYK 0.45 0 0.36 0.25
HSL 131.86º 0.41% 0.58% -
HSV(B) 131.86º 0.45% 0.75% -
XYZ 28.37 42.19 25.39 -
YUV 158.42 108.01 90.61 -
System Red Green Blue C M Y K H S L
Decimal 106 192 123 0.45 0 0.36 0.25 131.86 0.41 0.58
Hex 6A C0 7B 2D 0 24 19 84 29 3A
Octal 152 300 173 55 0 44 31 204 51 72
Binary 1101010 11000000 1111011 101101 0 100100 11001 10000100 101001 111010

Color Harmonies of #6AC07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC07B

Black with #6AC07B

Text Example


Text Example

White with #6AC07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,192,123); }

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

background-color css

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

 a { background-color: rgb(106,192,123); }

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

border-color css

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

 span { border-color: rgb(106,192,123); }

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