Html Css Color HEX #0A612E Crusoe

📋 copy color: '#0A612E'

red 10 ◦ green 97 ◦ blue 46

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

Shades of Crusoe #0A612E

Tints of Crusoe #0A612E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 63.4%

 BLUE value IS 46 (18.36% from 255) = 30.07%

R = 6.54%
G = 63.4%
B = 30.07%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#0A612E (or 0x0A612E) is known color: Crusoe. HEX triplet: 0A, 61 and 2E. RGB value is (10,97,46). Sum of RGB (Red+Green+Blue) = 10+97+46=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #0A612E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A612E is #F59ED1. Grayscale: #414141. Windows color (decimal): -16096978 or 3039498. OLE color: 3039498.

HSL color Cylindrical-coordinate representation of color #0A612E: hue angle of 144.83º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A612E is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 97 46 -
CMYK 0.90 0 0.53 0.62
HSL 144.83º 0.81% 0.21% -
HSV(B) 144.83º 0.9% 0.38% -
XYZ 4.89 8.81 4.03 -
YUV 65.17 117.18 88.65 -
System Red Green Blue C M Y K H S L
Decimal 10 97 46 0.90 0 0.53 0.62 144.83 0.81 0.21
Hex A 61 2E 5A 0 35 3E 91 51 15
Octal 12 141 56 132 0 65 76 221 121 25
Binary 1010 1100001 101110 1011010 0 110101 111110 10010001 1010001 10101

Color Harmonies of #0A612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A612E

Black with #0A612E

Text Example


Text Example

White with #0A612E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,97,46); }

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

background-color css

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

 a { background-color: rgb(10,97,46); }

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

border-color css

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

 span { border-color: rgb(10,97,46); }

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