Html Css Color HEX #0C613F Jewel

📋 copy color: '#0C613F'

red 12 ◦ green 97 ◦ blue 63

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

Shades of Jewel #0C613F

Tints of Jewel #0C613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.63%

R = 6.98%
G = 56.4%
B = 36.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#0C613F (or 0x0C613F) is known color: Jewel. HEX triplet: 0C, 61 and 3F. RGB value is (12,97,63). Sum of RGB (Red+Green+Blue) = 12+97+63=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #0C613F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C613F is #F39EC0. Grayscale: #434343. Windows color (decimal): -15965889 or 4153612. OLE color: 4153612.

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

Color convert

RGB 12 97 63 -
CMYK 0.88 0 0.35 0.62
HSL 156º 0.78% 0.21% -
HSV(B) 156º 0.88% 0.38% -
XYZ 5.32 8.99 6.16 -
YUV 67.71 125.34 88.26 -
System Red Green Blue C M Y K H S L
Decimal 12 97 63 0.88 0 0.35 0.62 156 0.78 0.21
Hex C 61 3F 58 0 23 3E 9C 4E 15
Octal 14 141 77 130 0 43 76 234 116 25
Binary 1100 1100001 111111 1011000 0 100011 111110 10011100 1001110 10101

Color Harmonies of #0C613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C613F

Black with #0C613F

Text Example


Text Example

White with #0C613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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