Html Css Color HEX #68AF6F Fern

📋 copy color: '#68AF6F'

red 104 ◦ green 175 ◦ blue 111

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

Shades of Fern #68AF6F

Tints of Fern #68AF6F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.87%

 BLUE value IS 111 (43.75% from 255) = 28.46%

R = 26.67%
G = 44.87%
B = 28.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#68AF6F (or 0x68AF6F) is known color: Fern. HEX triplet: 68, AF and 6F. RGB value is (104,175,111). Sum of RGB (Red+Green+Blue) = 104+175+111=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF6F is #975090. Grayscale: #929292. Windows color (decimal): -9916561 or 7319400. OLE color: 7319400.

HSL color Cylindrical-coordinate representation of color #68AF6F: hue angle of 125.92º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AF6F is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 175 111 -
CMYK 0.41 0 0.37 0.31
HSL 125.92º 0.31% 0.55% -
HSV(B) 125.92º 0.41% 0.69% -
XYZ 23.91 34.75 20.49 -
YUV 146.48 107.98 97.7 -
System Red Green Blue C M Y K H S L
Decimal 104 175 111 0.41 0 0.37 0.31 125.92 0.31 0.55
Hex 68 AF 6F 29 0 25 1F 7E 1F 37
Octal 150 257 157 51 0 45 37 176 37 67
Binary 1101000 10101111 1101111 101001 0 100101 11111 1111110 11111 110111

Color Harmonies of #68AF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AF6F

Black with #68AF6F

Text Example


Text Example

White with #68AF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,175,111); }

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

background-color css

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

 a { background-color: rgb(104,175,111); }

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

border-color css

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

 span { border-color: rgb(104,175,111); }

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