Html Css Color HEX #0C653F Jewel

📋 copy color: '#0C653F'

red 12 ◦ green 101 ◦ blue 63

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

Shades of Jewel #0C653F

Tints of Jewel #0C653F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 57.39%

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

R = 6.82%
G = 57.39%
B = 35.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#0C653F (or 0x0C653F) is known color: Jewel. HEX triplet: 0C, 65 and 3F. RGB value is (12,101,63). Sum of RGB (Red+Green+Blue) = 12+101+63=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 101 (39.84% from 255 or 57.39% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 101 - color contains mainly: green. Hex color #0C653F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C653F is #F39AC0. Grayscale: #464646. Windows color (decimal): -15964865 or 4154636. OLE color: 4154636.

HSL color Cylindrical-coordinate representation of color #0C653F: hue angle of 154.38º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C653F is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 12 101 63 -
CMYK 0.88 0 0.38 0.60
HSL 154.38º 0.79% 0.22% -
HSV(B) 154.38º 0.88% 0.4% -
XYZ 5.7 9.74 6.28 -
YUV 70.06 124.01 86.59 -
System Red Green Blue C M Y K H S L
Decimal 12 101 63 0.88 0 0.38 0.60 154.38 0.79 0.22
Hex C 65 3F 58 0 26 3C 9A 4F 16
Octal 14 145 77 130 0 46 74 232 117 26
Binary 1100 1100101 111111 1011000 0 100110 111100 10011010 1001111 10110

Color Harmonies of #0C653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C653F

Black with #0C653F

Text Example


Text Example

White with #0C653F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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