Html Css Color HEX #0F7077 Surfie Green

📋 copy color: '#0F7077'

red 15 ◦ green 112 ◦ blue 119

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

Shades of Surfie Green #0F7077

Tints of Surfie Green #0F7077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.53%

 BLUE value IS 119 (46.88% from 255) = 48.37%

R = 6.1%
G = 45.53%
B = 48.37%

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

#0F7077 (or 0x0F7077) is known color: Surfie Green. HEX triplet: 0F, 70 and 77. RGB value is (15,112,119). Sum of RGB (Red+Green+Blue) = 15+112+119=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #0F7077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7077 is #F08F88. Grayscale: #535353. Windows color (decimal): -15765385 or 7827471. OLE color: 7827471.

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

Color convert

RGB 15 112 119 -
CMYK 0.87 0.06 0 0.53
HSL 184.04º 0.78% 0.26% -
HSV(B) 184.04º 0.87% 0.47% -
XYZ 9.32 13.02 19.47 -
YUV 83.8 147.86 78.93 -
System Red Green Blue C M Y K H S L
Decimal 15 112 119 0.87 0.06 0 0.53 184.04 0.78 0.26
Hex F 70 77 57 6 0 35 B8 4E 1A
Octal 17 160 167 127 6 0 65 270 116 32
Binary 1111 1110000 1110111 1010111 110 0 110101 10111000 1001110 11010

Color Harmonies of #0F7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7077

Black with #0F7077

Text Example


Text Example

White with #0F7077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,112,119); }

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

background-color css

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

 a { background-color: rgb(15,112,119); }

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

border-color css

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

 span { border-color: rgb(15,112,119); }

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