Html Css Color HEX #6AB264 Fern

📋 copy color: '#6AB264'

red 106 ◦ green 178 ◦ blue 100

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

Shades of Fern #6AB264

Tints of Fern #6AB264

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.35%

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

R = 27.6%
G = 46.35%
B = 26.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#6AB264 (or 0x6AB264) is known color: Fern. HEX triplet: 6A, B2 and 64. RGB value is (106,178,100). Sum of RGB (Red+Green+Blue) = 106+178+100=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB264 is #954D9B. Grayscale: #939393. Windows color (decimal): -9784732 or 6599274. OLE color: 6599274.

HSL color Cylindrical-coordinate representation of color #6AB264: hue angle of 115.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6AB264 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 106 178 100 -
CMYK 0.40 0 0.44 0.30
HSL 115.38º 0.34% 0.55% -
HSV(B) 115.38º 0.44% 0.7% -
XYZ 24.16 35.83 17.7 -
YUV 147.58 101.15 98.34 -
System Red Green Blue C M Y K H S L
Decimal 106 178 100 0.40 0 0.44 0.30 115.38 0.34 0.55
Hex 6A B2 64 28 0 2C 1E 73 22 37
Octal 152 262 144 50 0 54 36 163 42 67
Binary 1101010 10110010 1100100 101000 0 101100 11110 1110011 100010 110111

Color Harmonies of #6AB264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB264

Black with #6AB264

Text Example


Text Example

White with #6AB264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,178,100); }

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

background-color css

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

 a { background-color: rgb(106,178,100); }

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

border-color css

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

 span { border-color: rgb(106,178,100); }

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