Html Css Color HEX #107F35 Dark Spring Green

📋 copy color: '#107F35'

red 16 ◦ green 127 ◦ blue 53

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

Shades of Dark Spring Green #107F35

Tints of Dark Spring Green #107F35

RGB

 RED value IS 16 (6.64% from 255) = 8.16%

 GREEN value IS 127 (50% from 255) = 64.8%

 BLUE value IS 53 (21.09% from 255) = 27.04%

R = 8.16%
G = 64.8%
B = 27.04%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#107F35 (or 0x107F35) is known color: Dark Spring Green. HEX triplet: 10, 7F and 35. RGB value is (16,127,53). Sum of RGB (Red+Green+Blue) = 16+127+53=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 127 (50% from 255 or 64.80% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 127 - color contains mainly: green. Hex color #107F35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107F35 is #EF80CA. Grayscale: #555555. Windows color (decimal): -15696075 or 3505936. OLE color: 3505936.

HSL color Cylindrical-coordinate representation of color #107F35: hue angle of 140º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107F35 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 127 53 -
CMYK 0.87 0 0.58 0.50
HSL 140º 0.78% 0.28% -
HSV(B) 140º 0.87% 0.5% -
XYZ 8.45 15.55 5.92 -
YUV 85.38 109.73 78.52 -
System Red Green Blue C M Y K H S L
Decimal 16 127 53 0.87 0 0.58 0.50 140 0.78 0.28
Hex 10 7F 35 57 0 3A 32 8C 4E 1C
Octal 20 177 65 127 0 72 62 214 116 34
Binary 10000 1111111 110101 1010111 0 111010 110010 10001100 1001110 11100

Color Harmonies of #107F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107F35

Black with #107F35

Text Example


Text Example

White with #107F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107F35; }

 p { color: rgb(16,127,53); }

 H1.HeaderClassName
 {
   color: #107F35;
 }
 .AnyTagClassName
 {
   color: #107F35;
 }
</style>

background-color css

<style>
 a { background-color: #107F35; }

 a { background-color: rgb(16,127,53); }

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

border-color css

<style>
 span { border-color: #107F35; }

 span { border-color: rgb(16,127,53); }

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