Html Css Color HEX #6BCA70 Fern

📋 copy color: '#6BCA70'

red 107 ◦ green 202 ◦ blue 112

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

Shades of Fern #6BCA70

Tints of Fern #6BCA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.98%

 BLUE value IS 112 (44.14% from 255) = 26.6%

R = 25.42%
G = 47.98%
B = 26.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#6BCA70 (or 0x6BCA70) is known color: Fern. HEX triplet: 6B, CA and 70. RGB value is (107,202,112). Sum of RGB (Red+Green+Blue) = 107+202+112=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCA70 is #94358F. Grayscale: #A3A3A3. Windows color (decimal): -9713040 or 7391851. OLE color: 7391851.

HSL color Cylindrical-coordinate representation of color #6BCA70: hue angle of 123.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCA70 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 202 112 -
CMYK 0.47 0 0.45 0.21
HSL 123.16º 0.47% 0.61% -
HSV(B) 123.16º 0.47% 0.79% -
XYZ 30.11 46.54 22.72 -
YUV 163.34 99.03 87.82 -
System Red Green Blue C M Y K H S L
Decimal 107 202 112 0.47 0 0.45 0.21 123.16 0.47 0.61
Hex 6B CA 70 2F 0 2D 15 7B 2F 3D
Octal 153 312 160 57 0 55 25 173 57 75
Binary 1101011 11001010 1110000 101111 0 101101 10101 1111011 101111 111101

Color Harmonies of #6BCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCA70

Black with #6BCA70

Text Example


Text Example

White with #6BCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,202,112); }

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

background-color css

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

 a { background-color: rgb(107,202,112); }

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

border-color css

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

 span { border-color: rgb(107,202,112); }

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