Html Css Color HEX #6ACB74 Fern

📋 copy color: '#6ACB74'

red 106 ◦ green 203 ◦ blue 116

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

Shades of Fern #6ACB74

Tints of Fern #6ACB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 24.94%
G = 47.76%
B = 27.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#6ACB74 (or 0x6ACB74) is known color: Fern. HEX triplet: 6A, CB and 74. RGB value is (106,203,116). Sum of RGB (Red+Green+Blue) = 106+203+116=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACB74 is #95348B. Grayscale: #A4A4A4. Windows color (decimal): -9778316 or 7654250. OLE color: 7654250.

HSL color Cylindrical-coordinate representation of color #6ACB74: hue angle of 126.19º 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 #6ACB74 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 203 116 -
CMYK 0.48 0 0.43 0.20
HSL 126.19º 0.48% 0.61% -
HSV(B) 126.19º 0.48% 0.8% -
XYZ 30.45 47.04 24 -
YUV 164.08 100.86 86.57 -
System Red Green Blue C M Y K H S L
Decimal 106 203 116 0.48 0 0.43 0.20 126.19 0.48 0.61
Hex 6A CB 74 30 0 2B 14 7E 30 3D
Octal 152 313 164 60 0 53 24 176 60 75
Binary 1101010 11001011 1110100 110000 0 101011 10100 1111110 110000 111101

Color Harmonies of #6ACB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACB74

Black with #6ACB74

Text Example


Text Example

White with #6ACB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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