Html Css Color HEX #0C7553 Watercourse

📋 copy color: '#0C7553'

red 12 ◦ green 117 ◦ blue 83

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

Shades of Watercourse #0C7553

Tints of Watercourse #0C7553

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.19%

 BLUE value IS 83 (32.81% from 255) = 39.15%

R = 5.66%
G = 55.19%
B = 39.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#0C7553 (or 0x0C7553) is known color: Watercourse. HEX triplet: 0C, 75 and 53. RGB value is (12,117,83). Sum of RGB (Red+Green+Blue) = 12+117+83=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #0C7553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7553 is #F38AAC. Grayscale: #515151. Windows color (decimal): -15960749 or 5469452. OLE color: 5469452.

HSL color Cylindrical-coordinate representation of color #0C7553: hue angle of 160.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7553 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 117 83 -
CMYK 0.90 0 0.29 0.54
HSL 160.57º 0.81% 0.25% -
HSV(B) 160.57º 0.9% 0.46% -
XYZ 8.07 13.43 10.35 -
YUV 81.73 128.71 78.26 -
System Red Green Blue C M Y K H S L
Decimal 12 117 83 0.90 0 0.29 0.54 160.57 0.81 0.25
Hex C 75 53 5A 0 1D 36 A1 51 19
Octal 14 165 123 132 0 35 66 241 121 31
Binary 1100 1110101 1010011 1011010 0 11101 110110 10100001 1010001 11001

Color Harmonies of #0C7553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7553

Black with #0C7553

Text Example


Text Example

White with #0C7553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,117,83); }

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

background-color css

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

 a { background-color: rgb(12,117,83); }

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

border-color css

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

 span { border-color: rgb(12,117,83); }

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