Html Css Color HEX #0C654F Watercourse

📋 copy color: '#0C654F'

red 12 ◦ green 101 ◦ blue 79

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

Shades of Watercourse #0C654F

Tints of Watercourse #0C654F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 52.6%

 BLUE value IS 79 (31.25% from 255) = 41.15%

R = 6.25%
G = 52.6%
B = 41.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#0C654F (or 0x0C654F) is known color: Watercourse. HEX triplet: 0C, 65 and 4F. RGB value is (12,101,79). Sum of RGB (Red+Green+Blue) = 12+101+79=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 101 (39.84% from 255 or 52.60% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 101 - color contains mainly: green. Hex color #0C654F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C654F is #F39AB0. Grayscale: #474747. Windows color (decimal): -15964849 or 5203212. OLE color: 5203212.

HSL color Cylindrical-coordinate representation of color #0C654F: hue angle of 165.17º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C654F is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 12 101 79 -
CMYK 0.88 0 0.22 0.60
HSL 165.17º 0.79% 0.22% -
HSV(B) 165.17º 0.88% 0.4% -
XYZ 6.22 9.95 8.99 -
YUV 71.88 132.01 85.29 -
System Red Green Blue C M Y K H S L
Decimal 12 101 79 0.88 0 0.22 0.60 165.17 0.79 0.22
Hex C 65 4F 58 0 16 3C A5 4F 16
Octal 14 145 117 130 0 26 74 245 117 26
Binary 1100 1100101 1001111 1011000 0 10110 111100 10100101 1001111 10110

Color Harmonies of #0C654F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C654F

Black with #0C654F

Text Example


Text Example

White with #0C654F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,101,79); }

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

background-color css

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

 a { background-color: rgb(12,101,79); }

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

border-color css

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

 span { border-color: rgb(12,101,79); }

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