Html Css Color HEX #68BD75 Fern

📋 copy color: '#68BD75'

red 104 ◦ green 189 ◦ blue 117

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

Shades of Fern #68BD75

Tints of Fern #68BD75

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.1%

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

R = 25.37%
G = 46.1%
B = 28.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#68BD75 (or 0x68BD75) is known color: Fern. HEX triplet: 68, BD and 75. RGB value is (104,189,117). Sum of RGB (Red+Green+Blue) = 104+189+117=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BD75 is #97428A. Grayscale: #9B9B9B. Windows color (decimal): -9912971 or 7716200. OLE color: 7716200.

HSL color Cylindrical-coordinate representation of color #68BD75: hue angle of 129.18º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BD75 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 189 117 -
CMYK 0.45 0 0.38 0.26
HSL 129.18º 0.39% 0.57% -
HSV(B) 129.18º 0.45% 0.74% -
XYZ 27.12 40.62 23.24 -
YUV 155.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 104 189 117 0.45 0 0.38 0.26 129.18 0.39 0.57
Hex 68 BD 75 2D 0 26 1A 81 27 39
Octal 150 275 165 55 0 46 32 201 47 71
Binary 1101000 10111101 1110101 101101 0 100110 11010 10000001 100111 111001

Color Harmonies of #68BD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BD75

Black with #68BD75

Text Example


Text Example

White with #68BD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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