Html Css Color HEX #0F753A Dark Spring Green

📋 copy color: '#0F753A'

red 15 ◦ green 117 ◦ blue 58

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

Shades of Dark Spring Green #0F753A

Tints of Dark Spring Green #0F753A

RGB

 RED value IS 15 (6.25% from 255) = 7.89%

 GREEN value IS 117 (46.09% from 255) = 61.58%

 BLUE value IS 58 (23.05% from 255) = 30.53%

R = 7.89%
G = 61.58%
B = 30.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#0F753A (or 0x0F753A) is known color: Dark Spring Green. HEX triplet: 0F, 75 and 3A. RGB value is (15,117,58). Sum of RGB (Red+Green+Blue) = 15+117+58=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #0F753A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F753A is #F08AC5. Grayscale: #4F4F4F. Windows color (decimal): -15764166 or 3831055. OLE color: 3831055.

HSL color Cylindrical-coordinate representation of color #0F753A: hue angle of 145.29º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F753A is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 15 117 58 -
CMYK 0.87 0 0.50 0.54
HSL 145.29º 0.77% 0.26% -
HSV(B) 145.29º 0.87% 0.46% -
XYZ 7.32 13.13 6.15 -
YUV 79.78 115.71 81.8 -
System Red Green Blue C M Y K H S L
Decimal 15 117 58 0.87 0 0.50 0.54 145.29 0.77 0.26
Hex F 75 3A 57 0 32 36 91 4D 1A
Octal 17 165 72 127 0 62 66 221 115 32
Binary 1111 1110101 111010 1010111 0 110010 110110 10010001 1001101 11010

Color Harmonies of #0F753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F753A

Black with #0F753A

Text Example


Text Example

White with #0F753A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F753A; }

 p { color: rgb(15,117,58); }

 H1.HeaderClassName
 {
   color: #0F753A;
 }
 .AnyTagClassName
 {
   color: #0F753A;
 }
</style>

background-color css

<style>
 a { background-color: #0F753A; }

 a { background-color: rgb(15,117,58); }

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

border-color css

<style>
 span { border-color: #0F753A; }

 span { border-color: rgb(15,117,58); }

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