Html Css Color HEX #69C072 Fern

📋 copy color: '#69C072'

red 105 ◦ green 192 ◦ blue 114

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

Shades of Fern #69C072

Tints of Fern #69C072

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.72%

 BLUE value IS 114 (44.92% from 255) = 27.74%

R = 25.55%
G = 46.72%
B = 27.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#69C072 (or 0x69C072) is known color: Fern. HEX triplet: 69, C0 and 72. RGB value is (105,192,114). Sum of RGB (Red+Green+Blue) = 105+192+114=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #69C072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C072 is #963F8D. Grayscale: #9D9D9D. Windows color (decimal): -9846670 or 7520361. OLE color: 7520361.

HSL color Cylindrical-coordinate representation of color #69C072: hue angle of 126.21º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69C072 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 192 114 -
CMYK 0.45 0 0.41 0.25
HSL 126.21º 0.41% 0.58% -
HSV(B) 126.21º 0.45% 0.75% -
XYZ 27.71 41.92 22.55 -
YUV 157.1 103.68 90.84 -
System Red Green Blue C M Y K H S L
Decimal 105 192 114 0.45 0 0.41 0.25 126.21 0.41 0.58
Hex 69 C0 72 2D 0 29 19 7E 29 3A
Octal 151 300 162 55 0 51 31 176 51 72
Binary 1101001 11000000 1110010 101101 0 101001 11001 1111110 101001 111010

Color Harmonies of #69C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C072

Black with #69C072

Text Example


Text Example

White with #69C072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,192,114); }

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

background-color css

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

 a { background-color: rgb(105,192,114); }

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

border-color css

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

 span { border-color: rgb(105,192,114); }

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