Html Css Color HEX #0A6E2A Crusoe

📋 copy color: '#0A6E2A'

red 10 ◦ green 110 ◦ blue 42

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

Shades of Crusoe #0A6E2A

Tints of Crusoe #0A6E2A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 67.9%

 BLUE value IS 42 (16.8% from 255) = 25.93%

R = 6.17%
G = 67.9%
B = 25.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#0A6E2A (or 0x0A6E2A) is known color: Crusoe. HEX triplet: 0A, 6E and 2A. RGB value is (10,110,42). Sum of RGB (Red+Green+Blue) = 10+110+42=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 110 (43.36% from 255 or 67.90% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 110 - color contains mainly: green. Hex color #0A6E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6E2A is #F591D5. Grayscale: #484848. Windows color (decimal): -16093654 or 2780682. OLE color: 2780682.

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

Color convert

RGB 10 110 42 -
CMYK 0.91 0 0.62 0.57
HSL 139.2º 0.83% 0.24% -
HSV(B) 139.2º 0.91% 0.43% -
XYZ 6.12 11.38 4.07 -
YUV 72.35 110.87 83.53 -
System Red Green Blue C M Y K H S L
Decimal 10 110 42 0.91 0 0.62 0.57 139.2 0.83 0.24
Hex A 6E 2A 5B 0 3E 39 8B 53 18
Octal 12 156 52 133 0 76 71 213 123 30
Binary 1010 1101110 101010 1011011 0 111110 111001 10001011 1010011 11000

Color Harmonies of #0A6E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6E2A

Black with #0A6E2A

Text Example


Text Example

White with #0A6E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,110,42); }

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

background-color css

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

 a { background-color: rgb(10,110,42); }

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

border-color css

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

 span { border-color: rgb(10,110,42); }

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