Html Css Color HEX #69B770 Fern

📋 copy color: '#69B770'

red 105 ◦ green 183 ◦ blue 112

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

Shades of Fern #69B770

Tints of Fern #69B770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.75%

 BLUE value IS 112 (44.14% from 255) = 28%

R = 26.25%
G = 45.75%
B = 28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#69B770 (or 0x69B770) is known color: Fern. HEX triplet: 69, B7 and 70. RGB value is (105,183,112). Sum of RGB (Red+Green+Blue) = 105+183+112=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #69B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B770 is #96488F. Grayscale: #979797. Windows color (decimal): -9848976 or 7386985. OLE color: 7386985.

HSL color Cylindrical-coordinate representation of color #69B770: hue angle of 125.38º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B770 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 105 183 112 -
CMYK 0.43 0 0.39 0.28
HSL 125.38º 0.35% 0.56% -
HSV(B) 125.38º 0.43% 0.72% -
XYZ 25.68 38.04 21.32 -
YUV 151.58 105.66 94.77 -
System Red Green Blue C M Y K H S L
Decimal 105 183 112 0.43 0 0.39 0.28 125.38 0.35 0.56
Hex 69 B7 70 2B 0 27 1C 7D 23 38
Octal 151 267 160 53 0 47 34 175 43 70
Binary 1101001 10110111 1110000 101011 0 100111 11100 1111101 100011 111000

Color Harmonies of #69B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B770

Black with #69B770

Text Example


Text Example

White with #69B770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,183,112); }

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

background-color css

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

 a { background-color: rgb(105,183,112); }

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

border-color css

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

 span { border-color: rgb(105,183,112); }

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