Html Css Color HEX #0A6642 Jewel

📋 copy color: '#0A6642'

red 10 ◦ green 102 ◦ blue 66

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

Shades of Jewel #0A6642

Tints of Jewel #0A6642

RGB

 RED value IS 10 (4.3% from 255) = 5.62%

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

 BLUE value IS 66 (26.17% from 255) = 37.08%

R = 5.62%
G = 57.3%
B = 37.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#0A6642 (or 0x0A6642) is known color: Jewel. HEX triplet: 0A, 66 and 42. RGB value is (10,102,66). Sum of RGB (Red+Green+Blue) = 10+102+66=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #0A6642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6642 is #F599BD. Grayscale: #464646. Windows color (decimal): -16095678 or 4351498. OLE color: 4351498.

HSL color Cylindrical-coordinate representation of color #0A6642: hue angle of 156.52º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6642 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB 10 102 66 -
CMYK 0.90 0 0.35 0.6
HSL 156.52º 0.82% 0.22% -
HSV(B) 156.52º 0.9% 0.4% -
XYZ 5.86 9.96 6.77 -
YUV 70.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 10 102 66 0.90 0 0.35 0.6 156.52 0.82 0.22
Hex A 66 42 5A 0 23 3C 9D 52 16
Octal 12 146 102 132 0 43 74 235 122 26
Binary 1010 1100110 1000010 1011010 0 100011 111100 10011101 1010010 10110

Color Harmonies of #0A6642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6642

Black with #0A6642

Text Example


Text Example

White with #0A6642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,102,66); }

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

background-color css

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

 a { background-color: rgb(10,102,66); }

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

border-color css

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

 span { border-color: rgb(10,102,66); }

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