Html Css Color HEX #0C614B Watercourse

📋 copy color: '#0C614B'

red 12 ◦ green 97 ◦ blue 75

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

Shades of Watercourse #0C614B

Tints of Watercourse #0C614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.76%

R = 6.52%
G = 52.72%
B = 40.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#0C614B (or 0x0C614B) is known color: Watercourse. HEX triplet: 0C, 61 and 4B. RGB value is (12,97,75). Sum of RGB (Red+Green+Blue) = 12+97+75=184 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.52% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #0C614B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C614B is #F39EB4. Grayscale: #454545. Windows color (decimal): -15965877 or 4940044. OLE color: 4940044.

HSL color Cylindrical-coordinate representation of color #0C614B: hue angle of 164.47º 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 #0C614B is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 97 75 -
CMYK 0.88 0 0.23 0.62
HSL 164.47º 0.78% 0.21% -
HSV(B) 164.47º 0.88% 0.38% -
XYZ 5.7 9.14 8.12 -
YUV 69.08 131.34 87.29 -
System Red Green Blue C M Y K H S L
Decimal 12 97 75 0.88 0 0.23 0.62 164.47 0.78 0.21
Hex C 61 4B 58 0 17 3E A4 4E 15
Octal 14 141 113 130 0 27 76 244 116 25
Binary 1100 1100001 1001011 1011000 0 10111 111110 10100100 1001110 10101

Color Harmonies of #0C614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C614B

Black with #0C614B

Text Example


Text Example

White with #0C614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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