Html Css Color HEX #6BCA7F Fern

📋 copy color: '#6BCA7F'

red 107 ◦ green 202 ◦ blue 127

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

Shades of Fern #6BCA7F

Tints of Fern #6BCA7F

RGB

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

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

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

R = 24.54%
G = 46.33%
B = 29.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#6BCA7F (or 0x6BCA7F) is known color: Fern. HEX triplet: 6B, CA and 7F. RGB value is (107,202,127). Sum of RGB (Red+Green+Blue) = 107+202+127=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCA7F is #943580. Grayscale: #A5A5A5. Windows color (decimal): -9713025 or 8374891. OLE color: 8374891.

HSL color Cylindrical-coordinate representation of color #6BCA7F: hue angle of 132.63º 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 #6BCA7F is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 202 127 -
CMYK 0.47 0 0.37 0.21
HSL 132.63º 0.47% 0.61% -
HSV(B) 132.63º 0.47% 0.79% -
XYZ 31.01 46.9 27.5 -
YUV 165.05 106.53 86.6 -
System Red Green Blue C M Y K H S L
Decimal 107 202 127 0.47 0 0.37 0.21 132.63 0.47 0.61
Hex 6B CA 7F 2F 0 25 15 85 2F 3D
Octal 153 312 177 57 0 45 25 205 57 75
Binary 1101011 11001010 1111111 101111 0 100101 10101 10000101 101111 111101

Color Harmonies of #6BCA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCA7F

Black with #6BCA7F

Text Example


Text Example

White with #6BCA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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