Html Css Color HEX #69B95E Fern

📋 copy color: '#69B95E'

red 105 ◦ green 185 ◦ blue 94

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

Shades of Fern #69B95E

Tints of Fern #69B95E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.18%

 BLUE value IS 94 (37.11% from 255) = 24.48%

R = 27.34%
G = 48.18%
B = 24.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#69B95E (or 0x69B95E) is known color: Fern. HEX triplet: 69, B9 and 5E. RGB value is (105,185,94). Sum of RGB (Red+Green+Blue) = 105+185+94=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #69B95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B95E is #9646A1. Grayscale: #969696. Windows color (decimal): -9848482 or 6207849. OLE color: 6207849.

HSL color Cylindrical-coordinate representation of color #69B95E: hue angle of 112.75º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69B95E is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 185 94 -
CMYK 0.43 0 0.49 0.27
HSL 112.75º 0.39% 0.55% -
HSV(B) 112.75º 0.49% 0.73% -
XYZ 25.2 38.51 16.69 -
YUV 150.71 96 95.4 -
System Red Green Blue C M Y K H S L
Decimal 105 185 94 0.43 0 0.49 0.27 112.75 0.39 0.55
Hex 69 B9 5E 2B 0 31 1B 71 27 37
Octal 151 271 136 53 0 61 33 161 47 67
Binary 1101001 10111001 1011110 101011 0 110001 11011 1110001 100111 110111

Color Harmonies of #69B95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B95E

Black with #69B95E

Text Example


Text Example

White with #69B95E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,185,94); }

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

background-color css

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

 a { background-color: rgb(105,185,94); }

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

border-color css

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

 span { border-color: rgb(105,185,94); }

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