Html Css Color HEX #0C614A Watercourse

📋 copy color: '#0C614A'

red 12 ◦ green 97 ◦ blue 74

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

Shades of Watercourse #0C614A

Tints of Watercourse #0C614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.01%

 BLUE value IS 74 (29.3% from 255) = 40.44%

R = 6.56%
G = 53.01%
B = 40.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#0C614A (or 0x0C614A) is known color: Watercourse. HEX triplet: 0C, 61 and 4A. RGB value is (12,97,74). Sum of RGB (Red+Green+Blue) = 12+97+74=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #0C614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C614A is #F39EB5. Grayscale: #444444. Windows color (decimal): -15965878 or 4874508. OLE color: 4874508.

HSL color Cylindrical-coordinate representation of color #0C614A: hue angle of 163.76º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C614A is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 97 74 -
CMYK 0.88 0 0.24 0.62
HSL 163.76º 0.78% 0.21% -
HSV(B) 163.76º 0.88% 0.38% -
XYZ 5.66 9.12 7.94 -
YUV 68.96 130.84 87.37 -
System Red Green Blue C M Y K H S L
Decimal 12 97 74 0.88 0 0.24 0.62 163.76 0.78 0.21
Hex C 61 4A 58 0 18 3E A4 4E 15
Octal 14 141 112 130 0 30 76 244 116 25
Binary 1100 1100001 1001010 1011000 0 11000 111110 10100100 1001110 10101

Color Harmonies of #0C614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C614A

Black with #0C614A

Text Example


Text Example

White with #0C614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,97,74); }

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

background-color css

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

 a { background-color: rgb(12,97,74); }

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

border-color css

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

 span { border-color: rgb(12,97,74); }

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