Html Css Color HEX #6AB275 Fern

📋 copy color: '#6AB275'

red 106 ◦ green 178 ◦ blue 117

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

Shades of Fern #6AB275

Tints of Fern #6AB275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.18%

R = 26.43%
G = 44.39%
B = 29.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#6AB275 (or 0x6AB275) is known color: Fern. HEX triplet: 6A, B2 and 75. RGB value is (106,178,117). Sum of RGB (Red+Green+Blue) = 106+178+117=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB275 is #954D8A. Grayscale: #959595. Windows color (decimal): -9784715 or 7713386. OLE color: 7713386.

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

Color convert

RGB 106 178 117 -
CMYK 0.40 0 0.34 0.30
HSL 129.17º 0.32% 0.56% -
HSV(B) 129.17º 0.4% 0.7% -
XYZ 25.08 36.19 22.49 -
YUV 149.52 109.65 96.96 -
System Red Green Blue C M Y K H S L
Decimal 106 178 117 0.40 0 0.34 0.30 129.17 0.32 0.56
Hex 6A B2 75 28 0 22 1E 81 20 38
Octal 152 262 165 50 0 42 36 201 40 70
Binary 1101010 10110010 1110101 101000 0 100010 11110 10000001 100000 111000

Color Harmonies of #6AB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB275

Black with #6AB275

Text Example


Text Example

White with #6AB275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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