Html Css Color HEX #0C875F Deep Sea

📋 copy color: '#0C875F'

red 12 ◦ green 135 ◦ blue 95

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

Shades of Deep Sea #0C875F

Tints of Deep Sea #0C875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.79%

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

R = 4.96%
G = 55.79%
B = 39.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#0C875F (or 0x0C875F) is known color: Deep Sea. HEX triplet: 0C, 87 and 5F. RGB value is (12,135,95). Sum of RGB (Red+Green+Blue) = 12+135+95=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #0C875F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C875F is #F378A0. Grayscale: #5D5D5D. Windows color (decimal): -15956129 or 6260492. OLE color: 6260492.

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

Color convert

RGB 12 135 95 -
CMYK 0.91 0 0.30 0.47
HSL 160.49º 0.84% 0.29% -
HSV(B) 160.49º 0.91% 0.53% -
XYZ 10.88 18.23 13.77 -
YUV 93.66 128.75 69.75 -
System Red Green Blue C M Y K H S L
Decimal 12 135 95 0.91 0 0.30 0.47 160.49 0.84 0.29
Hex C 87 5F 5B 0 1E 2F A0 54 1D
Octal 14 207 137 133 0 36 57 240 124 35
Binary 1100 10000111 1011111 1011011 0 11110 101111 10100000 1010100 11101

Color Harmonies of #0C875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C875F

Black with #0C875F

Text Example


Text Example

White with #0C875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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