Html Css Color HEX #0C865F Deep Sea

📋 copy color: '#0C865F'

red 12 ◦ green 134 ◦ blue 95

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

Shades of Deep Sea #0C865F

Tints of Deep Sea #0C865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.42%

R = 4.98%
G = 55.6%
B = 39.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#0C865F (or 0x0C865F) is known color: Deep Sea. HEX triplet: 0C, 86 and 5F. RGB value is (12,134,95). Sum of RGB (Red+Green+Blue) = 12+134+95=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #0C865F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C865F is #F379A0. Grayscale: #5D5D5D. Windows color (decimal): -15956385 or 6260236. OLE color: 6260236.

HSL color Cylindrical-coordinate representation of color #0C865F: hue angle of 160.82º 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 #0C865F is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 134 95 -
CMYK 0.91 0 0.29 0.47
HSL 160.82º 0.84% 0.29% -
HSV(B) 160.82º 0.91% 0.53% -
XYZ 10.74 17.95 13.73 -
YUV 93.08 129.08 70.17 -
System Red Green Blue C M Y K H S L
Decimal 12 134 95 0.91 0 0.29 0.47 160.82 0.84 0.29
Hex C 86 5F 5B 0 1D 2F A1 54 1D
Octal 14 206 137 133 0 35 57 241 124 35
Binary 1100 10000110 1011111 1011011 0 11101 101111 10100001 1010100 11101

Color Harmonies of #0C865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C865F

Black with #0C865F

Text Example


Text Example

White with #0C865F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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