Html Css Color HEX #69B575 Fern

📋 copy color: '#69B575'

red 105 ◦ green 181 ◦ blue 117

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

Shades of Fern #69B575

Tints of Fern #69B575

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.91%

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 26.05%
G = 44.91%
B = 29.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#69B575 (or 0x69B575) is known color: Fern. HEX triplet: 69, B5 and 75. RGB value is (105,181,117). Sum of RGB (Red+Green+Blue) = 105+181+117=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #69B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B575 is #964A8A. Grayscale: #979797. Windows color (decimal): -9849483 or 7714153. OLE color: 7714153.

HSL color Cylindrical-coordinate representation of color #69B575: hue angle of 129.47º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B575 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 181 117 -
CMYK 0.42 0 0.35 0.29
HSL 129.47º 0.34% 0.56% -
HSV(B) 129.47º 0.42% 0.71% -
XYZ 25.56 37.34 22.69 -
YUV 150.98 108.82 95.2 -
System Red Green Blue C M Y K H S L
Decimal 105 181 117 0.42 0 0.35 0.29 129.47 0.34 0.56
Hex 69 B5 75 2A 0 23 1D 81 22 38
Octal 151 265 165 52 0 43 35 201 42 70
Binary 1101001 10110101 1110101 101010 0 100011 11101 10000001 100010 111000

Color Harmonies of #69B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B575

Black with #69B575

Text Example


Text Example

White with #69B575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,181,117); }

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

background-color css

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

 a { background-color: rgb(105,181,117); }

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

border-color css

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

 span { border-color: rgb(105,181,117); }

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