Html Css Color HEX #0C664A Jewel

📋 copy color: '#0C664A'

red 12 ◦ green 102 ◦ blue 74

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

Shades of Jewel #0C664A

Tints of Jewel #0C664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 54.26%

 BLUE value IS 74 (29.3% from 255) = 39.36%

R = 6.38%
G = 54.26%
B = 39.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#0C664A (or 0x0C664A) is known color: Jewel. HEX triplet: 0C, 66 and 4A. RGB value is (12,102,74). Sum of RGB (Red+Green+Blue) = 12+102+74=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #0C664A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C664A is #F399B5. Grayscale: #474747. Windows color (decimal): -15964598 or 4875788. OLE color: 4875788.

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

Color convert

RGB 12 102 74 -
CMYK 0.88 0 0.27 0.6
HSL 161.33º 0.79% 0.22% -
HSV(B) 161.33º 0.88% 0.4% -
XYZ 6.14 10.08 8.1 -
YUV 71.9 129.18 85.28 -
System Red Green Blue C M Y K H S L
Decimal 12 102 74 0.88 0 0.27 0.6 161.33 0.79 0.22
Hex C 66 4A 58 0 1B 3C A1 4F 16
Octal 14 146 112 130 0 33 74 241 117 26
Binary 1100 1100110 1001010 1011000 0 11011 111100 10100001 1001111 10110

Color Harmonies of #0C664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C664A

Black with #0C664A

Text Example


Text Example

White with #0C664A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,102,74); }

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

background-color css

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

 a { background-color: rgb(12,102,74); }

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

border-color css

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

 span { border-color: rgb(12,102,74); }

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