#68CB74

Color #68CB74 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #68CB74

Tints of Fern #68CB74

Color information

#68CB74 (or 0x68CB74) is unknown color: approx Fern. HEX triplet: 68, CB and 74. RGB value is (104,203,116). Sum of RGB (Red+Green+Blue) = 104+203+116=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CB74 is #97348B. Grayscale: #A3A3A3. Windows color (decimal): -9909388 or 7654248. OLE color: 7654248.

HSL color Cylindrical-coordinate representation of color #68CB74: hue angle of 127.27º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CB74 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB104203116-
CMYK0.4900.430.20
HSL127.27º48.77%60.2%-
HSV(B)127.27º48.77%79.61%-
XYZ30.2246.9223.99-
YUV163.48101.285.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.59%
GREEN value IS 203 (79.69% from 255) = 47.99%
BLUE value IS 116 (45.70% from 255) = 27.42%
R=24.59%
G=47.99%
B=27.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1042031160.4900.430.20127.2748.7760.2
Hex68CB743102B147f313c
Octal15031316461053241776174
Binary11010001100101111101001100010101011101001111111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68CB74; }

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

 H1.HeaderClassName
 {
   color: #68CB74;
 }
 .AnyTagClassName
 {
   color: #68CB74;
 }
</style>
background-color css

<style>
 a { background-color: #68CB74; }

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

 div.DivClassName
 {
   background-color: #68CB74;
 }
 .BgClassName
 {
   background-color: #68CB74;
 }
</style>
border-color css

<style>
 span { border-color: #68CB74; }

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

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