Html Css Color HEX #68B95F Fern

📋 copy color: '#68B95F'

red 104 ◦ green 185 ◦ blue 95

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

Shades of Fern #68B95F

Tints of Fern #68B95F

RGB

 RED value IS 104 (41.02% from 255) = 27.08%

 GREEN value IS 185 (72.66% from 255) = 48.18%

 BLUE value IS 95 (37.5% from 255) = 24.74%

R = 27.08%
G = 48.18%
B = 24.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#68B95F (or 0x68B95F) is known color: Fern. HEX triplet: 68, B9 and 5F. RGB value is (104,185,95). Sum of RGB (Red+Green+Blue) = 104+185+95=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #68B95F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B95F is #9746A0. Grayscale: #969696. Windows color (decimal): -9914017 or 6273384. OLE color: 6273384.

HSL color Cylindrical-coordinate representation of color #68B95F: hue angle of 114º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68B95F is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 185 95 -
CMYK 0.44 0 0.49 0.27
HSL 114º 0.39% 0.55% -
HSV(B) 114º 0.49% 0.73% -
XYZ 25.12 38.47 16.93 -
YUV 150.52 96.66 94.82 -
System Red Green Blue C M Y K H S L
Decimal 104 185 95 0.44 0 0.49 0.27 114 0.39 0.55
Hex 68 B9 5F 2C 0 31 1B 72 27 37
Octal 150 271 137 54 0 61 33 162 47 67
Binary 1101000 10111001 1011111 101100 0 110001 11011 1110010 100111 110111

Color Harmonies of #68B95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B95F

Black with #68B95F

Text Example


Text Example

White with #68B95F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,185,95); }

 H1.HeaderClassName
 {
   color: #68B95F;
 }
 .AnyTagClassName
 {
   color: #68B95F;
 }
</style>

background-color css

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

 a { background-color: rgb(104,185,95); }

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

border-color css

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

 span { border-color: rgb(104,185,95); }

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