Html Css Color HEX #6ACB75 Fern

📋 copy color: '#6ACB75'

red 106 ◦ green 203 ◦ blue 117

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

Shades of Fern #6ACB75

Tints of Fern #6ACB75

RGB

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

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

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

R = 24.88%
G = 47.65%
B = 27.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#6ACB75 (or 0x6ACB75) is known color: Fern. HEX triplet: 6A, CB and 75. RGB value is (106,203,117). Sum of RGB (Red+Green+Blue) = 106+203+117=426 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.88% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACB75 is #95348A. Grayscale: #A4A4A4. Windows color (decimal): -9778315 or 7719786. OLE color: 7719786.

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

Color convert

RGB 106 203 117 -
CMYK 0.48 0 0.42 0.20
HSL 126.8º 0.48% 0.61% -
HSV(B) 126.8º 0.48% 0.8% -
XYZ 30.51 47.06 24.31 -
YUV 164.19 101.36 86.49 -
System Red Green Blue C M Y K H S L
Decimal 106 203 117 0.48 0 0.42 0.20 126.8 0.48 0.61
Hex 6A CB 75 30 0 2A 14 7F 30 3D
Octal 152 313 165 60 0 52 24 177 60 75
Binary 1101010 11001011 1110101 110000 0 101010 10100 1111111 110000 111101

Color Harmonies of #6ACB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACB75

Black with #6ACB75

Text Example


Text Example

White with #6ACB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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