Html Css Color HEX #0A6F43 Jewel

📋 copy color: '#0A6F43'

red 10 ◦ green 111 ◦ blue 67

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

Shades of Jewel #0A6F43

Tints of Jewel #0A6F43

RGB

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

 GREEN value IS 111 (43.75% from 255) = 59.04%

 BLUE value IS 67 (26.56% from 255) = 35.64%

R = 5.32%
G = 59.04%
B = 35.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#0A6F43 (or 0x0A6F43) is known color: Jewel. HEX triplet: 0A, 6F and 43. RGB value is (10,111,67). Sum of RGB (Red+Green+Blue) = 10+111+67=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 111 (43.75% from 255 or 59.04% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 111 - color contains mainly: green. Hex color #0A6F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6F43 is #F590BC. Grayscale: #4B4B4B. Windows color (decimal): -16093373 or 4419338. OLE color: 4419338.

HSL color Cylindrical-coordinate representation of color #0A6F43: hue angle of 153.86º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6F43 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 111 67 -
CMYK 0.91 0 0.40 0.56
HSL 153.86º 0.83% 0.24% -
HSV(B) 153.86º 0.91% 0.44% -
XYZ 6.82 11.84 7.24 -
YUV 75.79 123.04 81.08 -
System Red Green Blue C M Y K H S L
Decimal 10 111 67 0.91 0 0.40 0.56 153.86 0.83 0.24
Hex A 6F 43 5B 0 28 38 9A 53 18
Octal 12 157 103 133 0 50 70 232 123 30
Binary 1010 1101111 1000011 1011011 0 101000 111000 10011010 1010011 11000

Color Harmonies of #0A6F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6F43

Black with #0A6F43

Text Example


Text Example

White with #0A6F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,111,67); }

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

background-color css

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

 a { background-color: rgb(10,111,67); }

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

border-color css

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

 span { border-color: rgb(10,111,67); }

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