Html Css Color HEX #68AF7A Fern

📋 copy color: '#68AF7A'

red 104 ◦ green 175 ◦ blue 122

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

Shades of Fern #68AF7A

Tints of Fern #68AF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 25.94%
G = 43.64%
B = 30.42%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#68AF7A (or 0x68AF7A) is known color: Fern. HEX triplet: 68, AF and 7A. RGB value is (104,175,122). Sum of RGB (Red+Green+Blue) = 104+175+122=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF7A is #975085. Grayscale: #939393. Windows color (decimal): -9916550 or 8040296. OLE color: 8040296.

HSL color Cylindrical-coordinate representation of color #68AF7A: hue angle of 135.21º 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 #68AF7A is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 175 122 -
CMYK 0.41 0 0.30 0.31
HSL 135.21º 0.31% 0.55% -
HSV(B) 135.21º 0.41% 0.69% -
XYZ 24.55 35.01 23.88 -
YUV 147.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 104 175 122 0.41 0 0.30 0.31 135.21 0.31 0.55
Hex 68 AF 7A 29 0 1E 1F 87 1F 37
Octal 150 257 172 51 0 36 37 207 37 67
Binary 1101000 10101111 1111010 101001 0 11110 11111 10000111 11111 110111

Color Harmonies of #68AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AF7A

Black with #68AF7A

Text Example


Text Example

White with #68AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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