Html Css Color HEX #0F7975 Surfie Green

📋 copy color: '#0F7975'

red 15 ◦ green 121 ◦ blue 117

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

Shades of Surfie Green #0F7975

Tints of Surfie Green #0F7975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.83%

 BLUE value IS 117 (46.09% from 255) = 46.25%

R = 5.93%
G = 47.83%
B = 46.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#0F7975 (or 0x0F7975) is known color: Surfie Green. HEX triplet: 0F, 79 and 75. RGB value is (15,121,117). Sum of RGB (Red+Green+Blue) = 15+121+117=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #0F7975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7975 is #F0868A. Grayscale: #585858. Windows color (decimal): -15763083 or 7698703. OLE color: 7698703.

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

Color convert

RGB 15 121 117 -
CMYK 0.88 0 0.03 0.53
HSL 177.74º 0.78% 0.27% -
HSV(B) 177.74º 0.88% 0.47% -
XYZ 10.25 15.06 19.2 -
YUV 88.85 143.88 75.33 -
System Red Green Blue C M Y K H S L
Decimal 15 121 117 0.88 0 0.03 0.53 177.74 0.78 0.27
Hex F 79 75 58 0 3 35 B2 4E 1B
Octal 17 171 165 130 0 3 65 262 116 33
Binary 1111 1111001 1110101 1011000 0 11 110101 10110010 1001110 11011

Color Harmonies of #0F7975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7975

Black with #0F7975

Text Example


Text Example

White with #0F7975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,121,117); }

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

background-color css

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

 a { background-color: rgb(15,121,117); }

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

border-color css

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

 span { border-color: rgb(15,121,117); }

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