Html Css Color HEX #69AD74 Fern

📋 copy color: '#69AD74'

red 105 ◦ green 173 ◦ blue 116

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

Shades of Fern #69AD74

Tints of Fern #69AD74

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.91%

 BLUE value IS 116 (45.7% from 255) = 29.44%

R = 26.65%
G = 43.91%
B = 29.44%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#69AD74 (or 0x69AD74) is known color: Fern. HEX triplet: 69, AD and 74. RGB value is (105,173,116). Sum of RGB (Red+Green+Blue) = 105+173+116=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AD74 is #96528B. Grayscale: #929292. Windows color (decimal): -9851532 or 7646569. OLE color: 7646569.

HSL color Cylindrical-coordinate representation of color #69AD74: hue angle of 129.71º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AD74 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 173 116 -
CMYK 0.39 0 0.33 0.32
HSL 129.71º 0.29% 0.55% -
HSV(B) 129.71º 0.39% 0.68% -
XYZ 23.92 34.15 21.85 -
YUV 146.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 105 173 116 0.39 0 0.33 0.32 129.71 0.29 0.55
Hex 69 AD 74 27 0 21 20 82 1D 37
Octal 151 255 164 47 0 41 40 202 35 67
Binary 1101001 10101101 1110100 100111 0 100001 100000 10000010 11101 110111

Color Harmonies of #69AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AD74

Black with #69AD74

Text Example


Text Example

White with #69AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,173,116); }

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

background-color css

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

 a { background-color: rgb(105,173,116); }

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

border-color css

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

 span { border-color: rgb(105,173,116); }

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