Html Css Color HEX #68B475 Fern

📋 copy color: '#68B475'

red 104 ◦ green 180 ◦ blue 117

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

Shades of Fern #68B475

Tints of Fern #68B475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.89%

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

R = 25.94%
G = 44.89%
B = 29.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#68B475 (or 0x68B475) is known color: Fern. HEX triplet: 68, B4 and 75. RGB value is (104,180,117). Sum of RGB (Red+Green+Blue) = 104+180+117=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #68B475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B475 is #974B8A. Grayscale: #969696. Windows color (decimal): -9915275 or 7713896. OLE color: 7713896.

HSL color Cylindrical-coordinate representation of color #68B475: hue angle of 130.26º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B475 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 180 117 -
CMYK 0.42 0 0.35 0.29
HSL 130.26º 0.34% 0.56% -
HSV(B) 130.26º 0.42% 0.71% -
XYZ 25.24 36.87 22.62 -
YUV 150.09 109.32 95.12 -
System Red Green Blue C M Y K H S L
Decimal 104 180 117 0.42 0 0.35 0.29 130.26 0.34 0.56
Hex 68 B4 75 2A 0 23 1D 82 22 38
Octal 150 264 165 52 0 43 35 202 42 70
Binary 1101000 10110100 1110101 101010 0 100011 11101 10000010 100010 111000

Color Harmonies of #68B475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B475

Black with #68B475

Text Example


Text Example

White with #68B475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,180,117); }

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

background-color css

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

 a { background-color: rgb(104,180,117); }

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

border-color css

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

 span { border-color: rgb(104,180,117); }

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