Html Css Color HEX #69C77D Fern

📋 copy color: '#69C77D'

red 105 ◦ green 199 ◦ blue 125

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

Shades of Fern #69C77D

Tints of Fern #69C77D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.39%

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

R = 24.48%
G = 46.39%
B = 29.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#69C77D (or 0x69C77D) is known color: Fern. HEX triplet: 69, C7 and 7D. RGB value is (105,199,125). Sum of RGB (Red+Green+Blue) = 105+199+125=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #69C77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C77D is #963882. Grayscale: #A2A2A2. Windows color (decimal): -9844867 or 8243049. OLE color: 8243049.

HSL color Cylindrical-coordinate representation of color #69C77D: hue angle of 132.77º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C77D is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 105 199 125 -
CMYK 0.47 0 0.37 0.22
HSL 132.77º 0.46% 0.6% -
HSV(B) 132.77º 0.47% 0.78% -
XYZ 29.95 45.33 26.57 -
YUV 162.46 106.86 87.02 -
System Red Green Blue C M Y K H S L
Decimal 105 199 125 0.47 0 0.37 0.22 132.77 0.46 0.6
Hex 69 C7 7D 2F 0 25 16 85 2E 3C
Octal 151 307 175 57 0 45 26 205 56 74
Binary 1101001 11000111 1111101 101111 0 100101 10110 10000101 101110 111100

Color Harmonies of #69C77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C77D

Black with #69C77D

Text Example


Text Example

White with #69C77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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