Html Css Color HEX #0C865D Deep Sea

📋 copy color: '#0C865D'

red 12 ◦ green 134 ◦ blue 93

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

Shades of Deep Sea #0C865D

Tints of Deep Sea #0C865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 56.07%

 BLUE value IS 93 (36.72% from 255) = 38.91%

R = 5.02%
G = 56.07%
B = 38.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#0C865D (or 0x0C865D) is known color: Deep Sea. HEX triplet: 0C, 86 and 5D. RGB value is (12,134,93). Sum of RGB (Red+Green+Blue) = 12+134+93=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 134 (52.73% from 255 or 56.07% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 134 - color contains mainly: green. Hex color #0C865D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C865D is #F379A2. Grayscale: #5C5C5C. Windows color (decimal): -15956387 or 6129164. OLE color: 6129164.

HSL color Cylindrical-coordinate representation of color #0C865D: hue angle of 159.84º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C865D is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 134 93 -
CMYK 0.91 0 0.31 0.47
HSL 159.84º 0.84% 0.29% -
HSV(B) 159.84º 0.91% 0.53% -
XYZ 10.65 17.92 13.25 -
YUV 92.85 128.08 70.33 -
System Red Green Blue C M Y K H S L
Decimal 12 134 93 0.91 0 0.31 0.47 159.84 0.84 0.29
Hex C 86 5D 5B 0 1F 2F A0 54 1D
Octal 14 206 135 133 0 37 57 240 124 35
Binary 1100 10000110 1011101 1011011 0 11111 101111 10100000 1010100 11101

Color Harmonies of #0C865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C865D

Black with #0C865D

Text Example


Text Example

White with #0C865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,134,93); }

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

background-color css

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

 a { background-color: rgb(12,134,93); }

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

border-color css

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

 span { border-color: rgb(12,134,93); }

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