Html Css Color HEX #6BA664 Fern

📋 copy color: '#6BA664'

red 107 ◦ green 166 ◦ blue 100

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

Shades of Fern #6BA664

Tints of Fern #6BA664

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.5%

 BLUE value IS 100 (39.45% from 255) = 26.81%

R = 28.69%
G = 44.5%
B = 26.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#6BA664 (or 0x6BA664) is known color: Fern. HEX triplet: 6B, A6 and 64. RGB value is (107,166,100). Sum of RGB (Red+Green+Blue) = 107+166+100=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA664 is #94599B. Grayscale: #8D8D8D. Windows color (decimal): -9722268 or 6596203. OLE color: 6596203.

HSL color Cylindrical-coordinate representation of color #6BA664: hue angle of 113.64º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BA664 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 107 166 100 -
CMYK 0.36 0 0.40 0.35
HSL 113.64º 0.27% 0.52% -
HSV(B) 113.64º 0.4% 0.65% -
XYZ 22 31.32 16.94 -
YUV 140.84 104.95 103.87 -
System Red Green Blue C M Y K H S L
Decimal 107 166 100 0.36 0 0.40 0.35 113.64 0.27 0.52
Hex 6B A6 64 24 0 28 23 72 1B 34
Octal 153 246 144 44 0 50 43 162 33 64
Binary 1101011 10100110 1100100 100100 0 101000 100011 1110010 11011 110100

Color Harmonies of #6BA664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA664

Black with #6BA664

Text Example


Text Example

White with #6BA664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,166,100); }

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

background-color css

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

 a { background-color: rgb(107,166,100); }

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

border-color css

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

 span { border-color: rgb(107,166,100); }

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