Html Css Color HEX #0C7277 Surfie Green

📋 copy color: '#0C7277'

red 12 ◦ green 114 ◦ blue 119

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

Shades of Surfie Green #0C7277

Tints of Surfie Green #0C7277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.53%

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

R = 4.9%
G = 46.53%
B = 48.57%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0C7277 (or 0x0C7277) is known color: Surfie Green. HEX triplet: 0C, 72 and 77. RGB value is (12,114,119). Sum of RGB (Red+Green+Blue) = 12+114+119=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C7277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7277 is #F38D88. Grayscale: #535353. Windows color (decimal): -15961481 or 7827980. OLE color: 7827980.

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

Color convert

RGB 12 114 119 -
CMYK 0.90 0.04 0 0.53
HSL 182.8º 0.82% 0.26% -
HSV(B) 182.8º 0.9% 0.47% -
XYZ 9.5 13.44 19.55 -
YUV 84.07 147.71 76.59 -
System Red Green Blue C M Y K H S L
Decimal 12 114 119 0.90 0.04 0 0.53 182.8 0.82 0.26
Hex C 72 77 5A 4 0 35 B7 52 1A
Octal 14 162 167 132 4 0 65 267 122 32
Binary 1100 1110010 1110111 1011010 100 0 110101 10110111 1010010 11010

Color Harmonies of #0C7277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7277

Black with #0C7277

Text Example


Text Example

White with #0C7277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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