Html Css Color HEX #0F7477 Surfie Green

📋 copy color: '#0F7477'

red 15 ◦ green 116 ◦ blue 119

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

Shades of Surfie Green #0F7477

Tints of Surfie Green #0F7477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.4%

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

R = 6%
G = 46.4%
B = 47.6%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F7477 (or 0x0F7477) is known color: Surfie Green. HEX triplet: 0F, 74 and 77. RGB value is (15,116,119). Sum of RGB (Red+Green+Blue) = 15+116+119=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #0F7477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7477 is #F08B88. Grayscale: #565656. Windows color (decimal): -15764361 or 7828495. OLE color: 7828495.

HSL color Cylindrical-coordinate representation of color #0F7477: hue angle of 181.73º 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 #0F7477 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 116 119 -
CMYK 0.87 0.03 0 0.53
HSL 181.73º 0.78% 0.26% -
HSV(B) 181.73º 0.87% 0.47% -
XYZ 9.77 13.92 19.63 -
YUV 86.14 146.54 77.26 -
System Red Green Blue C M Y K H S L
Decimal 15 116 119 0.87 0.03 0 0.53 181.73 0.78 0.26
Hex F 74 77 57 3 0 35 B6 4E 1A
Octal 17 164 167 127 3 0 65 266 116 32
Binary 1111 1110100 1110111 1010111 11 0 110101 10110110 1001110 11010

Color Harmonies of #0F7477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7477

Black with #0F7477

Text Example


Text Example

White with #0F7477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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