Html Css Color HEX #0C7077 Surfie Green

📋 copy color: '#0C7077'

red 12 ◦ green 112 ◦ blue 119

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

Shades of Surfie Green #0C7077

Tints of Surfie Green #0C7077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 48.97%

R = 4.94%
G = 46.09%
B = 48.97%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0C7077 (or 0x0C7077) is known color: Surfie Green. HEX triplet: 0C, 70 and 77. RGB value is (12,112,119). Sum of RGB (Red+Green+Blue) = 12+112+119=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C7077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7077 is #F38F88. Grayscale: #525252. Windows color (decimal): -15961993 or 7827468. OLE color: 7827468.

HSL color Cylindrical-coordinate representation of color #0C7077: hue angle of 183.93º 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 #0C7077 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 112 119 -
CMYK 0.90 0.06 0 0.53
HSL 183.93º 0.82% 0.26% -
HSV(B) 183.93º 0.9% 0.47% -
XYZ 9.28 13 19.47 -
YUV 82.9 148.37 77.43 -
System Red Green Blue C M Y K H S L
Decimal 12 112 119 0.90 0.06 0 0.53 183.93 0.82 0.26
Hex C 70 77 5A 6 0 35 B8 52 1A
Octal 14 160 167 132 6 0 65 270 122 32
Binary 1100 1110000 1110111 1011010 110 0 110101 10111000 1010010 11010

Color Harmonies of #0C7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7077

Black with #0C7077

Text Example


Text Example

White with #0C7077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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