Html Css Color HEX #0C7F79 Surfie Green

📋 copy color: '#0C7F79'

red 12 ◦ green 127 ◦ blue 121

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

Shades of Surfie Green #0C7F79

Tints of Surfie Green #0C7F79

RGB

 RED value IS 12 (5.08% from 255) = 4.62%

 GREEN value IS 127 (50% from 255) = 48.85%

 BLUE value IS 121 (47.66% from 255) = 46.54%

R = 4.62%
G = 48.85%
B = 46.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#0C7F79 (or 0x0C7F79) is known color: Surfie Green. HEX triplet: 0C, 7F and 79. RGB value is (12,127,121). Sum of RGB (Red+Green+Blue) = 12+127+121=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 127 - color contains mainly: green. Hex color #0C7F79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7F79 is #F38086. Grayscale: #5B5B5B. Windows color (decimal): -15958151 or 7962380. OLE color: 7962380.

HSL color Cylindrical-coordinate representation of color #0C7F79: hue angle of 176.87º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C7F79 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 12 127 121 -
CMYK 0.91 0 0.05 0.50
HSL 176.87º 0.83% 0.27% -
HSV(B) 176.87º 0.91% 0.5% -
XYZ 11.19 16.64 20.71 -
YUV 91.93 144.4 70.99 -
System Red Green Blue C M Y K H S L
Decimal 12 127 121 0.91 0 0.05 0.50 176.87 0.83 0.27
Hex C 7F 79 5B 0 5 32 B1 53 1B
Octal 14 177 171 133 0 5 62 261 123 33
Binary 1100 1111111 1111001 1011011 0 101 110010 10110001 1010011 11011

Color Harmonies of #0C7F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7F79

Black with #0C7F79

Text Example


Text Example

White with #0C7F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,127,121); }

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

background-color css

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

 a { background-color: rgb(12,127,121); }

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

border-color css

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

 span { border-color: rgb(12,127,121); }

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