Html Css Color HEX #0C693D Jewel

📋 copy color: '#0C693D'

red 12 ◦ green 105 ◦ blue 61

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

Shades of Jewel #0C693D

Tints of Jewel #0C693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.99%

 BLUE value IS 61 (24.22% from 255) = 34.27%

R = 6.74%
G = 58.99%
B = 34.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#0C693D (or 0x0C693D) is known color: Jewel. HEX triplet: 0C, 69 and 3D. RGB value is (12,105,61). Sum of RGB (Red+Green+Blue) = 12+105+61=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 105 (41.41% from 255 or 58.99% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 105 - color contains mainly: green. Hex color #0C693D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C693D is #F396C2. Grayscale: #484848. Windows color (decimal): -15963843 or 4024588. OLE color: 4024588.

HSL color Cylindrical-coordinate representation of color #0C693D: hue angle of 151.61º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C693D is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 105 61 -
CMYK 0.89 0 0.42 0.59
HSL 151.61º 0.79% 0.23% -
HSV(B) 151.61º 0.89% 0.41% -
XYZ 6.05 10.52 6.13 -
YUV 72.18 121.69 85.08 -
System Red Green Blue C M Y K H S L
Decimal 12 105 61 0.89 0 0.42 0.59 151.61 0.79 0.23
Hex C 69 3D 59 0 2A 3B 98 4F 17
Octal 14 151 75 131 0 52 73 230 117 27
Binary 1100 1101001 111101 1011001 0 101010 111011 10011000 1001111 10111

Color Harmonies of #0C693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C693D

Black with #0C693D

Text Example


Text Example

White with #0C693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,105,61); }

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

background-color css

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

 a { background-color: rgb(12,105,61); }

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

border-color css

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

 span { border-color: rgb(12,105,61); }

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