Html Css Color HEX #0F7B76 Surfie Green

📋 copy color: '#0F7B76'

red 15 ◦ green 123 ◦ blue 118

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

Shades of Surfie Green #0F7B76

Tints of Surfie Green #0F7B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 48.05%

 BLUE value IS 118 (46.48% from 255) = 46.09%

R = 5.86%
G = 48.05%
B = 46.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#0F7B76 (or 0x0F7B76) is known color: Surfie Green. HEX triplet: 0F, 7B and 76. RGB value is (15,123,118). Sum of RGB (Red+Green+Blue) = 15+123+118=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7B76 is #F08489. Grayscale: #5A5A5A. Windows color (decimal): -15762570 or 7764751. OLE color: 7764751.

HSL color Cylindrical-coordinate representation of color #0F7B76: hue angle of 177.22º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7B76 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 15 123 118 -
CMYK 0.88 0 0.04 0.52
HSL 177.22º 0.78% 0.27% -
HSV(B) 177.22º 0.88% 0.48% -
XYZ 10.55 15.58 19.59 -
YUV 90.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 15 123 118 0.88 0 0.04 0.52 177.22 0.78 0.27
Hex F 7B 76 58 0 4 34 B1 4E 1B
Octal 17 173 166 130 0 4 64 261 116 33
Binary 1111 1111011 1110110 1011000 0 100 110100 10110001 1001110 11011

Color Harmonies of #0F7B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7B76

Black with #0F7B76

Text Example


Text Example

White with #0F7B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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