Html Css Color HEX #68CB75 Fern

📋 copy color: '#68CB75'

red 104 ◦ green 203 ◦ blue 117

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

Shades of Fern #68CB75

Tints of Fern #68CB75

RGB

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

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

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

R = 24.53%
G = 47.88%
B = 27.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#68CB75 (or 0x68CB75) is known color: Fern. HEX triplet: 68, CB and 75. RGB value is (104,203,117). Sum of RGB (Red+Green+Blue) = 104+203+117=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CB75 is #97348A. Grayscale: #A3A3A3. Windows color (decimal): -9909387 or 7719784. OLE color: 7719784.

HSL color Cylindrical-coordinate representation of color #68CB75: hue angle of 127.88º 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 #68CB75 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 203 117 -
CMYK 0.49 0 0.42 0.20
HSL 127.88º 0.49% 0.6% -
HSV(B) 127.88º 0.49% 0.8% -
XYZ 30.28 46.94 24.29 -
YUV 163.6 101.7 85.49 -
System Red Green Blue C M Y K H S L
Decimal 104 203 117 0.49 0 0.42 0.20 127.88 0.49 0.6
Hex 68 CB 75 31 0 2A 14 80 31 3C
Octal 150 313 165 61 0 52 24 200 61 74
Binary 1101000 11001011 1110101 110001 0 101010 10100 10000000 110001 111100

Color Harmonies of #68CB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CB75

Black with #68CB75

Text Example


Text Example

White with #68CB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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