Html Css Color HEX #0F7677 Surfie Green

📋 copy color: '#0F7677'

red 15 ◦ green 118 ◦ blue 119

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

Shades of Surfie Green #0F7677

Tints of Surfie Green #0F7677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.83%

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

R = 5.95%
G = 46.83%
B = 47.22%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F7677 (or 0x0F7677) is known color: Surfie Green. HEX triplet: 0F, 76 and 77. RGB value is (15,118,119). Sum of RGB (Red+Green+Blue) = 15+118+119=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #0F7677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7677 is #F08988. Grayscale: #575757. Windows color (decimal): -15763849 or 7829007. OLE color: 7829007.

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

Color convert

RGB 15 118 119 -
CMYK 0.87 0.01 0 0.53
HSL 180.58º 0.78% 0.26% -
HSV(B) 180.58º 0.87% 0.47% -
XYZ 10.01 14.39 19.7 -
YUV 87.32 145.88 76.42 -
System Red Green Blue C M Y K H S L
Decimal 15 118 119 0.87 0.01 0 0.53 180.58 0.78 0.26
Hex F 76 77 57 1 0 35 B5 4E 1A
Octal 17 166 167 127 1 0 65 265 116 32
Binary 1111 1110110 1110111 1010111 1 0 110101 10110101 1001110 11010

Color Harmonies of #0F7677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7677

Black with #0F7677

Text Example


Text Example

White with #0F7677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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