Html Css Color HEX #0F7178 Surfie Green

📋 copy color: '#0F7178'

red 15 ◦ green 113 ◦ blue 120

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

Shades of Surfie Green #0F7178

Tints of Surfie Green #0F7178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.56%

 BLUE value IS 120 (47.27% from 255) = 48.39%

R = 6.05%
G = 45.56%
B = 48.39%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F7178 (or 0x0F7178) is known color: Surfie Green. HEX triplet: 0F, 71 and 78. RGB value is (15,113,120). Sum of RGB (Red+Green+Blue) = 15+113+120=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #0F7178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7178 is #F08E87. Grayscale: #545454. Windows color (decimal): -15765128 or 7893263. OLE color: 7893263.

HSL color Cylindrical-coordinate representation of color #0F7178: hue angle of 184º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7178 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 113 120 -
CMYK 0.87 0.06 0 0.53
HSL 184º 0.78% 0.26% -
HSV(B) 184º 0.88% 0.47% -
XYZ 9.49 13.27 19.83 -
YUV 84.5 148.03 78.43 -
System Red Green Blue C M Y K H S L
Decimal 15 113 120 0.87 0.06 0 0.53 184 0.78 0.26
Hex F 71 78 57 6 0 35 B8 4E 1A
Octal 17 161 170 127 6 0 65 270 116 32
Binary 1111 1110001 1111000 1010111 110 0 110101 10111000 1001110 11010

Color Harmonies of #0F7178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7178

Black with #0F7178

Text Example


Text Example

White with #0F7178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,113,120); }

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

background-color css

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

 a { background-color: rgb(15,113,120); }

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

border-color css

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

 span { border-color: rgb(15,113,120); }

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