Html Css Color HEX #0F7E78 Surfie Green

📋 copy color: '#0F7E78'

red 15 ◦ green 126 ◦ blue 120

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

Shades of Surfie Green #0F7E78

Tints of Surfie Green #0F7E78

RGB

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

 GREEN value IS 126 (49.61% from 255) = 48.28%

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

R = 5.75%
G = 48.28%
B = 45.98%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#0F7E78 (or 0x0F7E78) is known color: Surfie Green. HEX triplet: 0F, 7E and 78. RGB value is (15,126,120). Sum of RGB (Red+Green+Blue) = 15+126+120=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 126 (49.61% from 255 or 48.28% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 126 - color contains mainly: green. Hex color #0F7E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7E78 is #F08187. Grayscale: #5C5C5C. Windows color (decimal): -15761800 or 7896591. OLE color: 7896591.

HSL color Cylindrical-coordinate representation of color #0F7E78: hue angle of 176.76º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7E78 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 126 120 -
CMYK 0.88 0 0.05 0.51
HSL 176.76º 0.79% 0.28% -
HSV(B) 176.76º 0.88% 0.49% -
XYZ 11.05 16.38 20.35 -
YUV 92.13 143.73 72.99 -
System Red Green Blue C M Y K H S L
Decimal 15 126 120 0.88 0 0.05 0.51 176.76 0.79 0.28
Hex F 7E 78 58 0 5 33 B1 4F 1C
Octal 17 176 170 130 0 5 63 261 117 34
Binary 1111 1111110 1111000 1011000 0 101 110011 10110001 1001111 11100

Color Harmonies of #0F7E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7E78

Black with #0F7E78

Text Example


Text Example

White with #0F7E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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