Html Css Color HEX #69A868 Fern

📋 copy color: '#69A868'

red 105 ◦ green 168 ◦ blue 104

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

Shades of Fern #69A868

Tints of Fern #69A868

RGB

 RED value IS 105 (41.41% from 255) = 27.85%

 GREEN value IS 168 (66.02% from 255) = 44.56%

 BLUE value IS 104 (41.02% from 255) = 27.59%

R = 27.85%
G = 44.56%
B = 27.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#69A868 (or 0x69A868) is known color: Fern. HEX triplet: 69, A8 and 68. RGB value is (105,168,104). Sum of RGB (Red+Green+Blue) = 105+168+104=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #69A868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A868 is #965797. Grayscale: #8E8E8E. Windows color (decimal): -9852824 or 6858857. OLE color: 6858857.

HSL color Cylindrical-coordinate representation of color #69A868: hue angle of 119.06º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69A868 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 105 168 104 -
CMYK 0.38 0 0.38 0.34
HSL 119.06º 0.27% 0.53% -
HSV(B) 119.06º 0.38% 0.66% -
XYZ 22.33 32.01 18.1 -
YUV 141.87 106.63 101.7 -
System Red Green Blue C M Y K H S L
Decimal 105 168 104 0.38 0 0.38 0.34 119.06 0.27 0.53
Hex 69 A8 68 26 0 26 22 77 1B 35
Octal 151 250 150 46 0 46 42 167 33 65
Binary 1101001 10101000 1101000 100110 0 100110 100010 1110111 11011 110101

Color Harmonies of #69A868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A868

Black with #69A868

Text Example


Text Example

White with #69A868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69A868; }

 p { color: rgb(105,168,104); }

 H1.HeaderClassName
 {
   color: #69A868;
 }
 .AnyTagClassName
 {
   color: #69A868;
 }
</style>

background-color css

<style>
 a { background-color: #69A868; }

 a { background-color: rgb(105,168,104); }

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

border-color css

<style>
 span { border-color: #69A868; }

 span { border-color: rgb(105,168,104); }

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