Html Css Color HEX #0C7078 Surfie Green

📋 copy color: '#0C7078'

red 12 ◦ green 112 ◦ blue 120

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

Shades of Surfie Green #0C7078

Tints of Surfie Green #0C7078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.9%

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

R = 4.92%
G = 45.9%
B = 49.18%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0C7078 (or 0x0C7078) is known color: Surfie Green. HEX triplet: 0C, 70 and 78. RGB value is (12,112,120). Sum of RGB (Red+Green+Blue) = 12+112+120=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C7078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7078 is #F38F87. Grayscale: #525252. Windows color (decimal): -15961992 or 7893004. OLE color: 7893004.

HSL color Cylindrical-coordinate representation of color #0C7078: hue angle of 184.44º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7078 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 112 120 -
CMYK 0.90 0.07 0 0.53
HSL 184.44º 0.82% 0.26% -
HSV(B) 184.44º 0.9% 0.47% -
XYZ 9.34 13.02 19.79 -
YUV 83.01 148.87 77.35 -
System Red Green Blue C M Y K H S L
Decimal 12 112 120 0.90 0.07 0 0.53 184.44 0.82 0.26
Hex C 70 78 5A 7 0 35 B8 52 1A
Octal 14 160 170 132 7 0 65 270 122 32
Binary 1100 1110000 1111000 1011010 111 0 110101 10111000 1010010 11010

Color Harmonies of #0C7078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7078

Black with #0C7078

Text Example


Text Example

White with #0C7078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,112,120); }

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

background-color css

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

 a { background-color: rgb(12,112,120); }

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

border-color css

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

 span { border-color: rgb(12,112,120); }

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