Html Css Color HEX #6ACB65 Fern

📋 copy color: '#6ACB65'

red 106 ◦ green 203 ◦ blue 101

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

Shades of Fern #6ACB65

Tints of Fern #6ACB65

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.51%

 BLUE value IS 101 (39.84% from 255) = 24.63%

R = 25.85%
G = 49.51%
B = 24.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#6ACB65 (or 0x6ACB65) is known color: Fern. HEX triplet: 6A, CB and 65. RGB value is (106,203,101). Sum of RGB (Red+Green+Blue) = 106+203+101=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACB65 is #95349A. Grayscale: #A2A2A2. Windows color (decimal): -9778331 or 6671210. OLE color: 6671210.

HSL color Cylindrical-coordinate representation of color #6ACB65: hue angle of 117.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ACB65 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 203 101 -
CMYK 0.48 0 0.50 0.20
HSL 117.06º 0.5% 0.6% -
HSV(B) 117.06º 0.5% 0.8% -
XYZ 29.65 46.72 19.77 -
YUV 162.37 93.36 87.79 -
System Red Green Blue C M Y K H S L
Decimal 106 203 101 0.48 0 0.50 0.20 117.06 0.5 0.6
Hex 6A CB 65 30 0 32 14 75 32 3C
Octal 152 313 145 60 0 62 24 165 62 74
Binary 1101010 11001011 1100101 110000 0 110010 10100 1110101 110010 111100

Color Harmonies of #6ACB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACB65

Black with #6ACB65

Text Example


Text Example

White with #6ACB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,203,101); }

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

background-color css

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

 a { background-color: rgb(106,203,101); }

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

border-color css

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

 span { border-color: rgb(106,203,101); }

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