Html Css Color HEX #69BC7D Fern

📋 copy color: '#69BC7D'

red 105 ◦ green 188 ◦ blue 125

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

Shades of Fern #69BC7D

Tints of Fern #69BC7D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.98%

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 25.12%
G = 44.98%
B = 29.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#69BC7D (or 0x69BC7D) is known color: Fern. HEX triplet: 69, BC and 7D. RGB value is (105,188,125). Sum of RGB (Red+Green+Blue) = 105+188+125=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BC7D is #964382. Grayscale: #9C9C9C. Windows color (decimal): -9847683 or 8240233. OLE color: 8240233.

HSL color Cylindrical-coordinate representation of color #69BC7D: hue angle of 134.46º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BC7D is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 188 125 -
CMYK 0.44 0 0.34 0.26
HSL 134.46º 0.38% 0.57% -
HSV(B) 134.46º 0.44% 0.74% -
XYZ 27.51 40.45 25.76 -
YUV 156 110.5 91.62 -
System Red Green Blue C M Y K H S L
Decimal 105 188 125 0.44 0 0.34 0.26 134.46 0.38 0.57
Hex 69 BC 7D 2C 0 22 1A 86 26 39
Octal 151 274 175 54 0 42 32 206 46 71
Binary 1101001 10111100 1111101 101100 0 100010 11010 10000110 100110 111001

Color Harmonies of #69BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BC7D

Black with #69BC7D

Text Example


Text Example

White with #69BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,188,125); }

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

background-color css

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

 a { background-color: rgb(105,188,125); }

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

border-color css

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

 span { border-color: rgb(105,188,125); }

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